Searched refs:OneHandedTimeout (Results 1 – 5 of 5) sorted by relevance
92 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()
40 private @OneHandedSettingsUtil.OneHandedTimeout int mTimeout =51 public @OneHandedSettingsUtil.OneHandedTimeout int getTimeout() { in getTimeout()74 public void setTimeout(@OneHandedSettingsUtil.OneHandedTimeout int timeout) { in setTimeout()
52 public @interface OneHandedTimeout { annotation in OneHandedSettingsUtil142 public @OneHandedTimeout int getSettingsOneHandedModeTimeout(ContentResolver resolver, in getSettingsOneHandedModeTimeout()
54 public enum OneHandedTimeout { enum in OneHandedSettingsUtils59 OneHandedTimeout(int value) { in OneHandedTimeout() method in OneHandedSettingsUtils.OneHandedTimeout139 OneHandedTimeout.MEDIUM.getValue() /* default MEDIUM(8) by UX */, in getTimeoutValue()
65 OneHandedSettingsUtils.OneHandedTimeout.MEDIUM.getValue()); in setChecked()