Home
last modified time | relevance | path

Searched defs:currentValue (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DLerper.java43 public int getValue(int currentValue, int targetValue) { in getValue()
72 public float getValue(float currentValue, float targetValue) { in getValue()
/packages/apps/Settings/src/com/android/settings/
DWebViewImplementation.java58 String currentValue = mWebViewUpdateService.getCurrentWebViewPackageName(); in onCreate() local
DDevelopmentSettings.java822 String currentValue = SystemProperties.get(HDCP_CHECKING_PROPERTY); in updateHdcpValues() local
1486 String currentValue = SystemProperties.get(SELECT_LOGD_SIZE_PROPERTY); in updateLogdSizeValues() local
1573 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in updateLogpersistValues() local
1627 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in setLogpersistOff() local
1654 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in writeLogpersistOption() local
1681 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in writeLogpersistOption() local
/packages/apps/Settings/src/com/android/settings/widget/
DDotsPageIndicator.java742 public void startIfNecessary(float currentValue) { in startIfNecessary()
888 abstract boolean shouldStart(float currentValue); in shouldStart()
900 boolean shouldStart(float currentValue) { in shouldStart()
914 boolean shouldStart(float currentValue) { in shouldStart()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DDevelopmentFragment.java656 String currentValue = SystemProperties.get(HDCP_CHECKING_PROPERTY); in updateHdcpValues() local
1247 String currentValue = SystemProperties.get(SELECT_LOGD_SIZE_PROPERTY); in updateLogdSizeValues() local
1276 String currentValue = SystemProperties.get(SELECT_LOGD_DEFAULT_SIZE_PROPERTY); in writeLogdSizeOption() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DFusionDictionary.java289 int currentValue = stack.get(i).mChars[0]; in checkStack() local
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java645 String compareValue = "", currentValue; in createList() local