Home
last modified time | relevance | path

Searched defs:deviceState (Results 1 – 25 of 35) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/display/
DDeviceStateAutoRotateSettingController.java57 DeviceStateAutoRotateSettingController(Context context, int deviceState, in DeviceStateAutoRotateSettingController()
68 public DeviceStateAutoRotateSettingController(Context context, int deviceState, in DeviceStateAutoRotateSettingController()
109 private static String getPreferenceKeyForDeviceState(int deviceState) { in getPreferenceKeyForDeviceState()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherActivityInterface.java87 public void onSwipeUpToHomeComplete(RecentsAnimationDeviceState deviceState) { in onSwipeUpToHomeComplete()
113 public AnimationFactory prepareRecentsUI(RecentsAnimationDeviceState deviceState, in prepareRecentsUI()
244 public void onExitOverview(RotationTouchHelper deviceState, Runnable exitRunnable) { in onExitOverview()
355 public boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, MotionEvent ev) { in deferStartingActivity()
DFallbackActivityInterface.java82 public AnimationFactory prepareRecentsUI(RecentsAnimationDeviceState deviceState, in prepareRecentsUI()
147 public boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, MotionEvent ev) { in deferStartingActivity()
156 public void onExitOverview(RotationTouchHelper deviceState, Runnable exitRunnable) { in onExitOverview()
DOverviewComponentObserver.java80 public OverviewComponentObserver(Context context, RecentsAnimationDeviceState deviceState) { in OverviewComponentObserver()
284 RecentsAnimationDeviceState deviceState = new RecentsAnimationDeviceState(context); in startHomeIntentSafely() local
DBaseContainerInterface.java74 public abstract boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, in deferStartingActivity()
95 RecentsAnimationDeviceState deviceState, boolean activityVisible, in prepareRecentsUI()
115 public abstract void onExitOverview(RotationTouchHelper deviceState, in onExitOverview()
119 public void onSwipeUpToHomeComplete(RecentsAnimationDeviceState deviceState) {} in onSwipeUpToHomeComplete()
DLauncherSwipeHandlerV2.java68 public LauncherSwipeHandlerV2(Context context, RecentsAnimationDeviceState deviceState, in LauncherSwipeHandlerV2()
DBaseActivityInterface.java133 public boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, MotionEvent ev) { in deferStartingActivity()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/oemextension/
DDeviceStatus.java52 private DeviceStatus(int deviceState, String chipId) { in DeviceStatus()
86 public DeviceStatus.Builder setDeviceState(int deviceState) { in setDeviceState()
/packages/apps/Camera2/src/com/android/camera/device/
DCameraDeviceLifecycle.java50 SingleDeviceStateMachine<TDevice, CameraDeviceKey> deviceState) { in CameraDeviceLifecycle()
DMultiCameraDeviceLifecycle.java330 SingleDeviceStateMachine<TDevice, CameraDeviceKey> deviceState = in createLifecycle() local
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/
DDeviceStateControllerImpl.java76 private ListenableFuture<Void> setDeviceState(@DeviceState int deviceState) { in setDeviceState()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DSysUiOverlayInputConsumer.java52 RecentsAnimationDeviceState deviceState, in SysUiOverlayInputConsumer()
DOverviewWithoutFocusInputConsumer.java48 RecentsAnimationDeviceState deviceState, GestureState gestureState, in OverviewWithoutFocusInputConsumer()
DAccessibilityInputConsumer.java59 public AccessibilityInputConsumer(Context context, RecentsAnimationDeviceState deviceState, in AccessibilityInputConsumer()
DOneHandedModeInputConsumer.java64 public OneHandedModeInputConsumer(Context context, RecentsAnimationDeviceState deviceState, in OneHandedModeInputConsumer()
DNavHandleLongPressInputConsumer.java71 InputMonitorCompat inputMonitor, RecentsAnimationDeviceState deviceState, in NavHandleLongPressInputConsumer()
DAssistantInputConsumer.java96 RecentsAnimationDeviceState deviceState, in AssistantInputConsumer()
DDeviceLockedInputConsumer.java111 public DeviceLockedInputConsumer(Context context, RecentsAnimationDeviceState deviceState, in DeviceLockedInputConsumer()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java89 RecentsAnimationDeviceState deviceState = new RecentsAnimationDeviceState(mContext); in SwipeUpGestureTutorialController() local
321 ViewSwipeUpAnimation(Context context, RecentsAnimationDeviceState deviceState, in ViewSwipeUpAnimation()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/stats/
DStatsLoggerImpl.java191 private int getStatePostCommandForLockUnlockDeviceFailure(@DeviceStateStats int deviceState) { in getStatePostCommandForLockUnlockDeviceFailure()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitWithKeyboardShortcutController.java67 RecentsAnimationDeviceState deviceState) { in SplitWithKeyboardShortcutController()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceCore.java387 public void onDeviceStatusNotificationReceived(int deviceState, String chipId) { in onDeviceStatusNotificationReceived()
420 void updateDeviceState(int deviceState, String chipId) { in updateDeviceState()
428 void oemExtensionDeviceStatusUpdate(int deviceState, String chipId) { in oemExtensionDeviceStatusUpdate()
466 int getAdapterStateFromDeviceState(int deviceState) { in getAdapterStateFromDeviceState()
478 int getReasonFromDeviceState(int deviceState) { in getReasonFromDeviceState()
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/
DDeviceStateControllerImplTest.java378 int deviceState = mDeviceStateController.getDeviceState().get(); in getDeviceState_shouldReturnResultFromGlobalParametersClient() local
/packages/modules/Uwb/service/support_lib/test/
DOemExtensionTests.java51 DeviceStatus deviceState = new DeviceStatus.Builder() in testDeviceState() local
/packages/modules/Uwb/indev_uwb_adaptation/java/com/android/server/uwb/indev/
DUwbServiceCore.java68 public void onDeviceStatusNotificationReceived(int deviceState) { in onDeviceStatusNotificationReceived()

12