/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | ScrimState.java | 42 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/ |
D | ScriptExecutorFunctionalTest.java | 237 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/ |
D | StateFatal.java | 38 State previousState, RefCountBase<ResourceConstructed> resourceConstructed) { in from() 42 private StateFatal(State previousState, RefCountBase<ResourceConstructed> resourceConstructed) { in StateFatal()
|
D | StateForeground.java | 42 State previousState, in from() 48 State previousState, in StateForeground()
|
D | StateBackgroundWithSurfaceTexture.java | 47 State previousState, in from() 55 State previousState, in StateBackgroundWithSurfaceTexture()
|
D | StateIntentCompleted.java | 45 State previousState, in from() 52 State previousState, in StateIntentCompleted()
|
D | StateForegroundWithSurfaceTexture.java | 40 State previousState, in from() 50 State previousState, in StateForegroundWithSurfaceTexture()
|
D | StateBackground.java | 48 State previousState, in from() 62 private StateBackground(State previousState, in StateBackground()
|
D | StateStartingPreview.java | 56 State previousState, in from() 78 State previousState, in StateStartingPreview()
|
D | StateOpeningCamera.java | 102 State previousState, in from() 112 private StateOpeningCamera(State previousState, in StateOpeningCamera()
|
D | StateReadyForCapture.java | 107 State previousState, in StateReadyForCapture() 122 State previousState, in StateReadyForCapture()
|
D | StateSavingPicture.java | 55 State previousState, in StateSavingPicture()
|
/aosp_15_r20/device/generic/goldfish/fingerprint/ |
D | session.cpp | 180 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/ |
D | ConnectionServiceFocusManagerTest.java | 213 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 D | ActivityMetricsLaunchObserverTests.java | 368 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/ |
D | UceDeviceState.java | 253 DeviceStateResult previousState = getCurrentState(); in refreshDeviceState() local 336 DeviceStateResult previousState = getCurrentState(); in resetDeviceState() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrGpu.h | 609 skgpu::MutableTextureState* previousState, in setBackendTextureState() 617 skgpu::MutableTextureState* previousState, in setBackendRenderTargetState()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/ |
D | VvmPhoneStateListener.java | 36 private int previousState = -1; field in VvmPhoneStateListener
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/statemanager/ |
D | BaseState.java | 46 T getHistoryForState(T previousState); in getHistoryForState()
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/ |
D | StateImpl.java | 39 protected StateImpl(State previousState) { in StateImpl()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/media/projection/ |
H A D | FrameworkStatsLogWrapper.java | 29 int previousState, in writeStateChanged()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/ |
H A D | RungeKuttaStepInterpolator.java | 41 protected double[] previousState; field in RungeKuttaStepInterpolator
|
/aosp_15_r20/external/skia/tests/ |
H A D | BackendSurfaceMutableStateTest.cpp | 145 MutableTextureState previousState; in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() local
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
H A D | BluetoothToggleActivity.java | 118 int previousState = intent.getIntExtra(BluetoothAdapter.EXTRA_PREVIOUS_STATE, -1); in onReceive() local
|
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/ |
H A D | StreamConsumer.java | 186 private synchronized void changeState(State newState, State previousState) { in changeState()
|