/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
H A D | HeadsetTestUtils.java | 41 public static void verifyAudioStateBroadcast(BluetoothDevice device, int toState, int fromState, in verifyAudioStateBroadcast() 62 int fromState, Intent intent, boolean checkFlag) { in verifyConnectionStateBroadcast() 84 int fromState, Intent intent) { in verifyConnectionStateBroadcast()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
H A D | AllAppsSwipeController.java | 69 protected LauncherState getTargetState(LauncherState fromState, boolean isDragTowardPositive) { in getTargetState() 93 protected StateAnimationConfig getConfigForStates(LauncherState fromState, in getConfigForStates()
|
H A D | AbstractStateChangeTouchController.java | 121 LauncherState fromState = mLauncher.getStateManager().getState(); in getSwipeDirection() local 145 protected abstract LauncherState getTargetState(LauncherState fromState, in getTargetState() 259 LauncherState fromState, LauncherState toState) { in getConfigForStates()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/statemanager/ |
H A D | StateManager.java | 218 STATE_TYPE fromState = mState; in goToState() local 251 private void goToStateAnimated(STATE_TYPE state, STATE_TYPE fromState, in goToStateAnimated() 271 public void prepareForAtomicAnimation(STATE_TYPE fromState, STATE_TYPE toState, in prepareForAtomicAnimation() 280 STATE_TYPE fromState, STATE_TYPE toState, StateAnimationConfig config) { in createAtomicAnimation()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
H A D | TransposedQuickSwitchTouchController.java | 29 protected LauncherState getTargetState(LauncherState fromState, boolean isDragTowardPositive) { in getTargetState()
|
H A D | PortraitStatesTouchController.java | 116 protected LauncherState getTargetState(LauncherState fromState, boolean isDragTowardPositive) { in getTargetState() 151 LauncherState fromState, LauncherState toState) { in getConfigForStates()
|
H A D | QuickSwitchTouchController.java | 85 protected LauncherState getTargetState(LauncherState fromState, boolean isDragTowardPositive) { in getTargetState()
|
H A D | TwoButtonNavbarTouchController.java | 99 protected LauncherState getTargetState(LauncherState fromState, boolean isDragTowardPositive) { in getTargetState()
|
H A D | NoButtonNavbarToOverviewTouchController.java | 90 protected LauncherState getTargetState(LauncherState fromState, boolean isDragTowardPositive) { in getTargetState()
|
H A D | NoButtonQuickSwitchTouchController.java | 221 final LauncherState fromState = QUICK_SWITCH; in setupOverviewAnimators() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | StatusBarStateEvent.java | 55 public static StatusBarStateEvent fromState(int state) { in fromState() method in StatusBarStateEvent
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
H A D | QuickstepAtomicAnimationFactory.java | 91 public void prepareForAtomicAnimation(LauncherState fromState, LauncherState toState, in prepareForAtomicAnimation()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/pm/ |
H A D | PackageInstallInfo.java | 57 public static PackageInstallInfo fromState(int state, String packageName, UserHandle user) { in fromState() method in PackageInstallInfo
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
H A D | RecentsViewStateController.java | 147 private boolean isSplitSelectionState(@NonNull LauncherState fromState, in isSplitSelectionState()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | ActiveModeWardenTest.java | 316 String fromState = mActiveModeWarden.getCurrentMode(); in enterClientModeActiveState() local 348 String fromState = mActiveModeWarden.getCurrentMode(); in enterScanOnlyModeActiveState() local 396 String fromState = mActiveModeWarden.getCurrentMode(); in enterSoftApActiveMode() local 425 String fromState = mActiveModeWarden.getCurrentMode(); in enterStaDisabledMode() local 3695 String fromState = mActiveModeWarden.getCurrentMode(); in indicateStartOfEmergencyScan() local 3721 String fromState = mActiveModeWarden.getCurrentMode(); in indicateEndOfEmergencyScan() local
|
H A D | ConcreteClientModeManagerTest.java | 326 private void verifyConnectModeNotificationsForCleanShutdown(int fromState) { in verifyConnectModeNotificationsForCleanShutdown() 334 WIFI_STATE_DISABLING, fromState); in verifyConnectModeNotificationsForCleanShutdown() local
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | Utils.java | 154 public TransitionLog(String name, Object fromState, Object toState, long timestamp, in TransitionLog() 160 public TransitionLog(String name, Object fromState, Object toState, long timeStamp) { in TransitionLog()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/ |
H A D | LeAudioService.java | 565 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, in connectionStateChanged() 610 int fromState = intent.getIntExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, -1); in onReceive() local
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsResizeAnimationRunner.java | 57 public InsetsResizeAnimationRunner(Rect frame, InsetsState fromState, InsetsState toState, in InsetsResizeAnimationRunner()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | WorkspaceStateTransitionAnimation.java | 112 LauncherState fromState = mLauncher.getStateManager().getState(); in setWorkspaceProperty() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
H A D | HearingAidService.java | 799 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, in connectionStateChanged() 845 int fromState = intent.getIntExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, -1); in onReceive() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
H A D | FullScreenMagnificationGestureHandlerTest.java | 490 private void assertTransition(int fromState, Runnable transitionAction, int toState) { in assertTransition()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
H A D | PbapStateMachine.java | 159 private void broadcastConnectionState(BluetoothDevice device, int fromState, int toState) { in broadcastConnectionState()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
H A D | StatsLogCompatManager.java | 239 public StatsLogger withFromState(FromState fromState) { in withFromState()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
H A D | A2dpService.java | 1164 private void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() 1206 int fromState = intent.getIntExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, -1); in onReceive() local
|