Home
last modified time | relevance | path

Searched refs:OneHandedTimeout (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
H A DOneHandedSettingsUtilsTest.java92 OneHandedSettingsUtils.OneHandedTimeout.NEVER.getValue()); in setTimeout_setNever_shouldReturnNeverValue()
96 OneHandedSettingsUtils.OneHandedTimeout.NEVER.getValue(), mCurrentUserId)) in setTimeout_setNever_shouldReturnNeverValue()
103 OneHandedSettingsUtils.OneHandedTimeout.SHORT.getValue()); in setTimeout_setShort_shouldReturnShortValue()
107 OneHandedSettingsUtils.OneHandedTimeout.SHORT.getValue(), mCurrentUserId)) in setTimeout_setShort_shouldReturnShortValue()
114 OneHandedSettingsUtils.OneHandedTimeout.MEDIUM.getValue()); in setTimeout_setMedium_shouldReturnMediumValue()
118 OneHandedSettingsUtils.OneHandedTimeout.MEDIUM.getValue(), mCurrentUserId)) in setTimeout_setMedium_shouldReturnMediumValue()
125 OneHandedSettingsUtils.OneHandedTimeout.LONG.getValue()); in setTimeout_setLong_shouldReturnLongValue()
129 OneHandedSettingsUtils.OneHandedTimeout.LONG.getValue(), mCurrentUserId)) in setTimeout_setLong_shouldReturnLongValue()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedTimeoutHandler.java40 private @OneHandedSettingsUtil.OneHandedTimeout int mTimeout =
51 public @OneHandedSettingsUtil.OneHandedTimeout int getTimeout() { in getTimeout()
74 public void setTimeout(@OneHandedSettingsUtil.OneHandedTimeout int timeout) { in setTimeout()
H A DOneHandedSettingsUtil.java52 public @interface OneHandedTimeout { annotation in OneHandedSettingsUtil
142 public @OneHandedTimeout int getSettingsOneHandedModeTimeout(ContentResolver resolver, in getSettingsOneHandedModeTimeout()
/aosp12/packages/apps/Settings/src/com/android/settings/gestures/
H A DOneHandedSettingsUtils.java54 public enum OneHandedTimeout { enum in OneHandedSettingsUtils
59 OneHandedTimeout(int value) { in OneHandedTimeout() method in OneHandedSettingsUtils.OneHandedTimeout
139 OneHandedTimeout.MEDIUM.getValue() /* default MEDIUM(8) by UX */, in getTimeoutValue()
H A DOneHandedMainSwitchPreferenceController.java65 OneHandedSettingsUtils.OneHandedTimeout.MEDIUM.getValue()); in setChecked()