Home
last modified time | relevance | path

Searched defs:fromState (Results 1 – 25 of 147) sorted by relevance

123456

/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetTestUtils.java40 BluetoothDevice device, int toState, int fromState, Intent intent) { in verifyAudioStateBroadcast()
60 BluetoothDevice device, int toState, int fromState, Intent intent, boolean checkFlag) { in verifyConnectionStateBroadcast()
82 BluetoothDevice device, int toState, int fromState, Intent intent) { in verifyConnectionStateBroadcast()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DStateManager.java276 STATE_TYPE fromState = mState; in goToState() local
309 private void goToStateAnimated(STATE_TYPE state, STATE_TYPE fromState, in goToStateAnimated()
329 public void prepareForAtomicAnimation(STATE_TYPE fromState, STATE_TYPE toState, in prepareForAtomicAnimation()
338 STATE_TYPE fromState, STATE_TYPE toState, StateAnimationConfig config) { in createAtomicAnimation()
/aosp_15_r20/cts/tests/fragment/src/android/fragment/cts/
H A DStrictFragment.java55 public void onStateChanged(int fromState) { in onStateChanged()
121 int fromState = mState; in onActivityCreated() local
187 int fromState = mState; in onDetach() local
H A DReentrantFragment.java29 public static ReentrantFragment create(int fromState, int toState) { in create()
38 public void onStateChanged(int fromState) { in onStateChanged()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java130 LauncherState fromState = mLauncher.getStateManager().getState(); in getSwipeDirection() local
154 protected abstract LauncherState getTargetState(LauncherState fromState, in getTargetState()
277 LauncherState fromState, LauncherState toState) { in getConfigForStates()
DAllAppsSwipeController.java161 protected LauncherState getTargetState(LauncherState fromState, boolean isDragTowardPositive) { in getTargetState()
185 protected StateAnimationConfig getConfigForStates(LauncherState fromState, in getConfigForStates()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src_protolog/com/android/launcher3/util/
DStateManagerProtoLogProxy.java32 public static void logGoToState( in logGoToState()
42 public static void logCreateAtomicAnimation( in logCreateAtomicAnimation()
/aosp_15_r20/packages/apps/Launcher3/src_no_quickstep/com/android/launcher3/util/
DStateManagerProtoLogProxy.java24 public static void logGoToState(Object fromState, Object toState, String trace) { } in logGoToState()
26 public static void logCreateAtomicAnimation(Object fromState, Object toState, String trace) { } in logCreateAtomicAnimation()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/util/
DTransitionLog.java37 public TransitionLog(String name, Object fromState, Object toState, long timestamp, in TransitionLog()
43 public TransitionLog(String name, Object fromState, Object toState, long timeStamp) { in TransitionLog()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java143 LauncherState fromState = mLauncher.getStateManager().getState(); in setStateWithAnimationInternal() local
159 private Interpolator getOverviewInterpolator(LauncherState fromState, LauncherState toState) { in getOverviewInterpolator()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java93 protected LauncherState getTargetState(LauncherState fromState, boolean isDragTowardPositive) { in getTargetState()
104 LauncherState fromState, LauncherState toState) { in getConfigForStates()
/aosp_15_r20/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/
DTaskViewPanel.java518 State fromState = mActiveState; in setActiveState() local
566 private void onStateChangeStart(State fromState, State toState, boolean animated, in onStateChangeStart()
573 private void onStateChangeEnd(State fromState, State toState, boolean animated, in onStateChangeEnd()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/unfold/
DDisplaySwitchLatencyTracker.java166 private final int fromState = 0; field in DisplaySwitchLatencyTracker.DisplaySwitchLatencyEvent
188 …public DisplaySwitchLatencyEvent(int latencyMs, int fromFoldableDeviceState, int fromState, int fr… in DisplaySwitchLatencyEvent()
371 …aySwitchLatencyEvent copy(int latencyMs, int fromFoldableDeviceState, int fromState, int fromFocus… in copy()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/domain/interactor/
DTransitionInteractor.java31 private final com.android.systemui.keyguard.shared.model.KeyguardState fromState = null; field in TransitionInteractor
47 …private TransitionInteractor(com.android.systemui.keyguard.shared.model.KeyguardState fromState, c… in TransitionInteractor()
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
H A DElement.kt720 val fromState = updateStateInContent(transition.fromContent) in prepareInterruption() constant
983 val fromState = element.stateByContent[transition.fromContent] in isElementOpaque() constant
1250 val fromState = element.stateByContent[fromContent] in computeValue() constant
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DSilenceDeviceManager.java99 public void a2dpConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in a2dpConnectionStateChanged()
111 public void hfpConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in hfpConnectionStateChanged()
DRemoteDevices.java1628 BluetoothDevice device, int fromState, int toState) { in handleHeadsetConnectionStateChanged()
1633 void onHeadsetConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in onHeadsetConnectionStateChanged()
1827 BluetoothDevice device, int fromState, int toState) { in handleHeadsetClientConnectionStateChanged()
1832 void onHeadsetClientConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in onHeadsetClientConnectionStateChanged()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothConnectionRetryManager.java96 int fromState = intent.getIntExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, in onReceive() local
173 int fromState) { in handleProfileConnectionStateChange()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryService.java232 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in handleConnectionStateChanged()
360 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java913 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged()
984 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in handleConnectionStateChanged()
998 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged()
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java401 String fromState = mActiveModeWarden.getCurrentMode(); in enterClientModeActiveState() local
446 String fromState = mActiveModeWarden.getCurrentMode(); in enterScanOnlyModeActiveState() local
498 String fromState = mActiveModeWarden.getCurrentMode(); in enterSoftApActiveMode() local
527 String fromState = mActiveModeWarden.getCurrentMode(); in enterStaDisabledMode() local
4584 String fromState = mActiveModeWarden.getCurrentMode(); in indicateStartOfEmergencyScan() local
4610 String fromState = mActiveModeWarden.getCurrentMode(); in indicateEndOfEmergencyScan() local
DConcreteClientModeManagerTest.java350 private void verifyConnectModeNotificationsForCleanShutdown(int fromState) { in verifyConnectModeNotificationsForCleanShutdown()
358 WIFI_STATE_DISABLING, fromState); in verifyConnectModeNotificationsForCleanShutdown() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java205 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged()
380 void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java1149 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged()
1284 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in handleConnectionStateChanged()
1288 void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java756 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged()
815 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged()

123456