Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimState.java41 public void prepare(ScrimState previousState) { in prepare()
62 public void prepare(ScrimState previousState) { in prepare()
92 public void prepare(ScrimState previousState) { in prepare()
103 public void prepare(ScrimState previousState) { in prepare()
120 public void prepare(ScrimState previousState) { in prepare()
134 public void prepare(ScrimState previousState) { in prepare()
142 public void prepare(ScrimState previousState) { in prepare()
165 public void prepare(ScrimState previousState) { in prepare()
176 public void prepare(ScrimState previousState) { in prepare()
213 public void prepare(ScrimState previousState) { in prepare()
[all …]
/aosp12/packages/services/Car/packages/ScriptExecutor/tests/unit/src/com/android/car/scriptexecutor/
H A DScriptExecutorTest.java223 PersistableBundle previousState = new PersistableBundle(); in invokeScript_processPreviousStateAndReturnResult() local
247 PersistableBundle previousState = new PersistableBundle(); in invokeScript_allSupportedPrimitiveTypesWorkRoundTripWithKeyNamesPreserved() local
277 PersistableBundle previousState = new PersistableBundle(); in invokeScript_allSupportedArrayTypesWorkRoundTripWithKeyNamesPreserved() local
312 PersistableBundle previousState = new PersistableBundle(); in invokeScript_modifiesArray() local
335 PersistableBundle previousState = new PersistableBundle(); in invokeScript_processesStringArray() local
384 PersistableBundle previousState = new PersistableBundle(); in invokeScript_arrayContainingVaryingTypesCausesError() local
410 PersistableBundle previousState = new PersistableBundle(); in invokeScript_InTablesWithBothKeysAndIndicesCopiesOnlyIndexedData() local
436 PersistableBundle previousState = new PersistableBundle(); in invokeScript_noLuaBufferOverflowForLargeInputArrays() local
514 PersistableBundle previousState = new PersistableBundle(); in invokeScript_returnsFinalResult() local
557 PersistableBundle previousState = new PersistableBundle(); in invokeScript_allPrimitiveSupportedTypesForReturningFinalResult() local
[all …]
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateFatal.java38 State previousState, RefCountBase<ResourceConstructed> resourceConstructed) { in from()
42 private StateFatal(State previousState, RefCountBase<ResourceConstructed> resourceConstructed) { in StateFatal()
H A DStateForeground.java42 State previousState, in from()
48 State previousState, in StateForeground()
H A DStateBackgroundWithSurfaceTexture.java47 State previousState, in from()
55 State previousState, in StateBackgroundWithSurfaceTexture()
H A DStateForegroundWithSurfaceTexture.java40 State previousState, in from()
50 State previousState, in StateForegroundWithSurfaceTexture()
H A DStateIntentCompleted.java45 State previousState, in from()
52 State previousState, in StateIntentCompleted()
H A DStateBackground.java48 State previousState, in from()
62 private StateBackground(State previousState, in StateBackground()
H A DStateOpeningCamera.java92 State previousState, in from()
102 private StateOpeningCamera(State previousState, in StateOpeningCamera()
H A DStateStartingPreview.java56 State previousState, in from()
78 State previousState, in StateStartingPreview()
H A DStateReadyForCapture.java107 State previousState, in StateReadyForCapture()
122 State previousState, in StateReadyForCapture()
H A DStateSavingPicture.java55 State previousState, in StateSavingPicture()
H A DStateReviewingPicture.java72 State previousState, in StateReviewingPicture()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
H A DBaseState.java44 T getHistoryForState(T previousState); in getHistoryForState()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DVvmPhoneStateListener.java36 private int previousState = -1; field in VvmPhoneStateListener
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
H A DStateImpl.java39 protected StateImpl(State previousState) { in StateImpl()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityMetricsLaunchObserverTests.java347 final ActivityMetricsLogger.LaunchingState previousState = mLaunchingState; in notifyActivityLaunching() local
460 final ActivityMetricsLogger.LaunchingState previousState = mLaunchingState; in testConcurrentLaunches() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
H A DAllAppsState.java94 public LauncherState getHistoryForState(LauncherState previousState) { in getHistoryForState()
/aosp12/art/tools/dexfuzz/src/dexfuzz/
H A DStreamConsumer.java186 private synchronized void changeState(State newState, State previousState) { in changeState()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/
H A DUceDeviceState.java233 DeviceStateResult previousState = getCurrentState(); in refreshDeviceState() local
299 DeviceStateResult previousState = getCurrentState(); in resetDeviceState() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DTestUtil.java80 Context context, int apState, int previousState, int error, String ifaceName, in sendWifiApStateChanged()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
H A DRecentsState.java85 public RecentsState getHistoryForState(RecentsState previousState) { in getHistoryForState()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFocusManagerTest.java212 int previousState = activeCall.getState(); in testCallStateChangedAffectCallFocus() local
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
H A DUpdateManager.java229 int previousState = mUpdaterState.get(); in setUpdaterState() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/
H A DVoicemailChangePinActivity.java459 State previousState = uiState; in updateState() local

12