Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DSelectLongPressTimeoutPreferenceController.java69 listPreference.setValue(getLongPressTimeoutValue()); in updateState()
74 return mLongPressTimeoutValueToTitleMap.get(getLongPressTimeoutValue()); in getSummary()
77 private String getLongPressTimeoutValue() { in getLongPressTimeoutValue() method in SelectLongPressTimeoutPreferenceController