Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DLerper.java43 public int getValue(int currentValue, int targetValue) { in getValue() argument
44 int delta = targetValue - currentValue; in getValue()
52 retValue = currentValue + delta; in getValue()
62 retValue = currentValue + delta; in getValue()
72 public float getValue(float currentValue, float targetValue) { in getValue() argument
73 float delta = targetValue - currentValue; in getValue()
78 retValue = currentValue + delta; in getValue()
85 retValue = currentValue + delta; in getValue()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java645 String compareValue = "", currentValue; in createList() local
658 currentValue = nameList.get(pos); in createList()
659 if (D) Log.d(TAG, "currentValue=" + currentValue); in createList()
660 if (currentValue.equals(compareValue)) { in createList()
662 if (currentValue.contains(",")) in createList()
663 currentValue = currentValue.substring(0, currentValue.lastIndexOf(',')); in createList()
664 writeVCardEntry(pos, currentValue,result); in createList()
677 currentValue = nameList.get(pos); in createList()
678 if (currentValue.contains(",")) in createList()
679 currentValue = currentValue.substring(0, currentValue.lastIndexOf(',')); in createList()
[all …]
/packages/apps/Settings/src/com/android/settings/
DWebViewImplementation.java58 String currentValue = mWebViewUpdateService.getCurrentWebViewPackageName(); in onCreate() local
59 if (currentValue == null) { in onCreate()
60 currentValue = ""; in onCreate()
70 if (currentValue.contentEquals(provider.packageName)) { in onCreate()
DDevelopmentSettings.java791 String currentValue = SystemProperties.get(HDCP_CHECKING_PROPERTY); in updateHdcpValues() local
796 if (currentValue.equals(values[i])) { in updateHdcpValues()
1450 String currentValue = SystemProperties.get(SELECT_LOGD_SIZE_PROPERTY); in updateLogdSizeValues() local
1452 currentValue = SELECT_LOGD_OFF_SIZE_MARKER_VALUE; in updateLogdSizeValues()
1454 if ((currentValue == null) || (currentValue.length() == 0)) { in updateLogdSizeValues()
1455 currentValue = defaultLogdSizeValue(); in updateLogdSizeValues()
1467 if (currentValue.equals(values[i]) in updateLogdSizeValues()
1468 || currentValue.equals(titles[i])) { in updateLogdSizeValues()
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DGroupingListAdapterTests.java57 String currentValue = cursor.getString(GROUPING_COLUMN_INDEX);
61 if (TextUtils.equals(value, currentValue)) {
66 currentValue = value;
/packages/apps/Settings/src/com/android/settings/widget/
DDotsPageIndicator.java742 public void startIfNecessary(float currentValue) { in startIfNecessary() argument
743 if (!hasStarted && predicate.shouldStart(currentValue)) { in startIfNecessary()
888 abstract boolean shouldStart(float currentValue); in shouldStart() argument
900 boolean shouldStart(float currentValue) { in shouldStart() argument
901 return currentValue > thresholdValue; in shouldStart()
914 boolean shouldStart(float currentValue) { in shouldStart() argument
915 return currentValue < thresholdValue; in shouldStart()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DDevelopmentFragment.java655 String currentValue = SystemProperties.get(HDCP_CHECKING_PROPERTY); in updateHdcpValues() local
660 if (currentValue.equals(values[i])) { in updateHdcpValues()
1242 String currentValue = SystemProperties.get(SELECT_LOGD_SIZE_PROPERTY); in updateLogdSizeValues() local
1243 if (currentValue == null) { in updateLogdSizeValues()
1244 currentValue = SystemProperties.get(SELECT_LOGD_DEFAULT_SIZE_PROPERTY); in updateLogdSizeValues()
1245 if (currentValue == null) { in updateLogdSizeValues()
1246 currentValue = "256K"; in updateLogdSizeValues()
1258 if (currentValue.equals(values[i]) in updateLogdSizeValues()
1259 || currentValue.equals(titles[i])) { in updateLogdSizeValues()
1271 String currentValue = SystemProperties.get(SELECT_LOGD_DEFAULT_SIZE_PROPERTY); in writeLogdSizeOption() local
[all …]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DFusionDictionary.java289 int currentValue = stack.get(i).mChars[0]; in checkStack() local
290 if (currentValue <= lastValue) { in checkStack()
293 lastValue = currentValue; in checkStack()
/packages/services/Telephony/src/com/android/phone/
DCallFeaturesSetting.java266 boolean currentValue = in onResume()
270 mEnableVideoCalling.setChecked(currentValue); in onResume()
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...