/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | BaseRecentsViewStateController.java | 82 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() 102 void setStateWithAnimationInternal(@NonNull final LauncherState toState, in setStateWithAnimationInternal() 147 private Interpolator getOverviewInterpolator(LauncherState fromState, LauncherState toState) { in getOverviewInterpolator()
|
D | RecentsViewStateController.java | 88 void setStateWithAnimationInternal(@NonNull LauncherState toState, in setStateWithAnimationInternal() 125 private void handleSplitSelectionState(@NonNull LauncherState toState, in handleSplitSelectionState()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetTestUtils.java | 40 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()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/ |
D | FallbackRecentsStateController.java | 76 public void setStateWithAnimation(RecentsState toState, StateAnimationConfig config, in setStateWithAnimation() 138 private Interpolator getOverviewInterpolator(RecentsState toState) { in getOverviewInterpolator() 145 private boolean isSplitSelectionState(@NonNull RecentsState toState) { in isSplitSelectionState()
|
D | FallbackRecentsView.java | 240 public void onStateTransitionStart(RecentsState toState) { in onStateTransitionStart()
|
/packages/services/Car/service/src/com/android/car/util/ |
D | TransitionLog.java | 37 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()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | FallbackTaskbarUIController.java | 89 public Animator createAnimToRecentsState(RecentsState toState, long duration) { in createAnimToRecentsState() 102 private void animateToRecentsState(RecentsState toState) { in animateToRecentsState()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/ |
D | DepthController.java | 131 public void setState(LauncherState toState) { in setState() 143 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation()
|
/packages/apps/Launcher3/src/com/android/launcher3/statemanager/ |
D | StateManager.java | 231 STATE_TYPE toState, @FloatRange(from = 0.0, to = 1.0) float backProgress) { in onBackProgressed() 238 public void onBackCancelled(STATE_TYPE toState) { in onBackCancelled() 324 public void prepareForAtomicAnimation(STATE_TYPE fromState, STATE_TYPE toState, in prepareForAtomicAnimation() 333 STATE_TYPE fromState, STATE_TYPE toState, StateAnimationConfig config) { in createAtomicAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | PortraitStatesTouchController.java | 107 LauncherState fromState, LauncherState toState) { in getConfigForStates() 216 protected void onReachedFinalState(LauncherState toState) { in onReachedFinalState()
|
D | NoButtonQuickSwitchTouchController.java | 233 private void updateNonOverviewAnim(LauncherState toState, StateAnimationConfig config) { in updateNonOverviewAnim() 243 final LauncherState toState = OVERVIEW; in setupOverviewAnimators() local
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsTransitionController.java | 281 LauncherState toState, @FloatRange(from = 0.0, to = 1.0) float backProgress) { in onBackProgressed() 380 setAlphas(toState, config, builder); in setAlphas() argument 392 setAlphas(toState, config, builder); in setAlphas() argument
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | SilenceDeviceManager.java | 100 public void a2dpConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in a2dpConnectionStateChanged() 112 public void hfpConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in hfpConnectionStateChanged()
|
D | RemoteDevices.java | 1409 BluetoothDevice device, int fromState, int toState) { in handleHeadsetConnectionStateChanged() 1414 void onHeadsetConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in onHeadsetConnectionStateChanged() 1608 BluetoothDevice device, int fromState, int toState) { in handleHeadsetClientConnectionStateChanged() 1613 void onHeadsetClientConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in onHeadsetClientConnectionStateChanged()
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | BluetoothConnectionRetryManager.java | 94 int toState = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, in onReceive() local 172 void handleProfileConnectionStateChange(BluetoothDevice device, int profile, int toState, in handleProfileConnectionStateChange()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
D | QuickstepAtomicAnimationFactory.java | 95 public void prepareForAtomicAnimation(LauncherState fromState, LauncherState toState, in prepareForAtomicAnimation()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceStateTransitionAnimation.java | 93 public void setState(LauncherState toState) { in setState() 101 LauncherState toState, StateAnimationConfig config, PendingAnimation animation) { in setStateWithAnimation()
|
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/ |
D | TaskViewPanel.java | 507 private void setActiveState(State toState, PanelAnimator animator, in setActiveState() 566 private void onStateChangeStart(State fromState, State toState, boolean animated, in onStateChangeStart() 573 private void onStateChangeEnd(State fromState, State toState, boolean animated, in onStateChangeEnd()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
D | BatteryService.java | 278 public void handleConnectionStateChanged(BatteryStateMachine sm, int fromState, int toState) { in handleConnectionStateChanged() 430 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorService.java | 928 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() 989 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in handleConnectionStateChanged() 994 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | FallbackActivityInterface.java | 227 RecentsState toState = stateFromGestureEndTarget(endTarget); in getParallelAnimationToLauncher() local
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | LauncherRecentsView.java | 149 public void onStateTransitionStart(LauncherState toState) { in onStateTransitionStart()
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | AllAppsSwipeController.java | 193 LauncherState toState) { in getConfigForStates()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 1180 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() 1316 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in handleConnectionStateChanged() 1320 void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
D | HearingAidService.java | 827 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() 888 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged()
|