Home
last modified time | relevance | path

Searched defs:previousState (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimState.java42 public void prepare(ScrimState previousState) { in prepare()
67 public void prepare(ScrimState previousState) { in prepare()
97 public void prepare(ScrimState previousState) { in prepare()
111 public void prepare(ScrimState previousState) { in prepare()
128 public void prepare(ScrimState previousState) { in prepare()
150 public void prepare(ScrimState previousState) { in prepare()
158 public void prepare(ScrimState previousState) { in prepare()
175 public void prepare(ScrimState previousState) { in prepare()
186 public void prepare(ScrimState previousState) { in prepare()
227 public void prepare(ScrimState previousState) { in prepare()
[all …]
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/tests/functional/src/com/android/car/scriptexecutortest/functional/
DScriptExecutorFunctionalTest.java237 PersistableBundle previousState = new PersistableBundle(); in invokeScript_processPreviousStateAndReturnResult() local
261 PersistableBundle previousState = new PersistableBundle(); in invokeScript_allSupportedPrimitiveTypesWorkRoundTripWithKeyNamesPreserved() local
292 PersistableBundle previousState = new PersistableBundle(); in invokeScript_allSupportedArrayTypesWorkRoundTripWithKeyNamesPreserved() local
329 PersistableBundle previousState = new PersistableBundle(); in invokeScript_modifiesArray() local
350 PersistableBundle previousState = new PersistableBundle(); in invokeScript_processesStringArray() local
401 PersistableBundle previousState = new PersistableBundle(); in invokeScript_arrayContainingVaryingTypesCausesError() local
427 PersistableBundle previousState = new PersistableBundle(); in invokeScript_InTablesWithBothKeysAndIndicesCopiesOnlyIndexedData() local
454 PersistableBundle previousState = new PersistableBundle(); in invokeScript_noLuaBufferOverflowForLargeInputArrays() local
534 PersistableBundle previousState = new PersistableBundle(); in invokeScript_returnsFinalResult() local
581 PersistableBundle previousState = new PersistableBundle(); in invokeScript_allPrimitiveSupportedTypesForReturningFinalResult() local
[all …]
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/captureintent/state/
DStateFatal.java38 State previousState, RefCountBase<ResourceConstructed> resourceConstructed) { in from()
42 private StateFatal(State previousState, RefCountBase<ResourceConstructed> resourceConstructed) { in StateFatal()
DStateForeground.java42 State previousState, in from()
48 State previousState, in StateForeground()
DStateBackgroundWithSurfaceTexture.java47 State previousState, in from()
55 State previousState, in StateBackgroundWithSurfaceTexture()
DStateIntentCompleted.java45 State previousState, in from()
52 State previousState, in StateIntentCompleted()
DStateForegroundWithSurfaceTexture.java40 State previousState, in from()
50 State previousState, in StateForegroundWithSurfaceTexture()
DStateBackground.java48 State previousState, in from()
62 private StateBackground(State previousState, in StateBackground()
DStateStartingPreview.java56 State previousState, in from()
78 State previousState, in StateStartingPreview()
DStateOpeningCamera.java102 State previousState, in from()
112 private StateOpeningCamera(State previousState, in StateOpeningCamera()
DStateReadyForCapture.java107 State previousState, in StateReadyForCapture()
122 State previousState, in StateReadyForCapture()
DStateSavingPicture.java55 State previousState, in StateSavingPicture()
/aosp_15_r20/device/generic/goldfish/fingerprint/
Dsession.cpp180 State previousState; in enroll() local
214 State previousState; in authenticate() local
244 State previousState; in detectInteraction() local
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFocusManagerTest.java213 int previousState = activeCall.getState(); in testCallStateChangedAffectCallFocus() local
216 (Call) activeCall, previousState, activeCall.getState()); in testCallStateChangedAffectCallFocus() local
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityMetricsLaunchObserverTests.java368 final ActivityMetricsLogger.LaunchingState previousState = mLaunchingState; in notifyActivityLaunching() local
502 final ActivityMetricsLogger.LaunchingState previousState = mLaunchingState; in testConcurrentLaunches() local
/aosp_15_r20/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/
DUceDeviceState.java253 DeviceStateResult previousState = getCurrentState(); in refreshDeviceState() local
336 DeviceStateResult previousState = getCurrentState(); in resetDeviceState() local
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrGpu.h609 skgpu::MutableTextureState* previousState, in setBackendTextureState()
617 skgpu::MutableTextureState* previousState, in setBackendRenderTargetState()
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/
DVvmPhoneStateListener.java36 private int previousState = -1; field in VvmPhoneStateListener
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DBaseState.java46 T getHistoryForState(T previousState); in getHistoryForState()
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
DStateImpl.java39 protected StateImpl(State previousState) { in StateImpl()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/media/projection/
H A DFrameworkStatsLogWrapper.java29 int previousState, in writeStateChanged()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DRungeKuttaStepInterpolator.java41 protected double[] previousState; field in RungeKuttaStepInterpolator
/aosp_15_r20/external/skia/tests/
H A DBackendSurfaceMutableStateTest.cpp145 MutableTextureState previousState; in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
H A DBluetoothToggleActivity.java118 int previousState = intent.getIntExtra(BluetoothAdapter.EXTRA_PREVIOUS_STATE, -1); in onReceive() local
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/
H A DStreamConsumer.java186 private synchronized void changeState(State newState, State previousState) { in changeState()

12345678910>>...19