Searched refs:currentValue (Results 1 – 10 of 10) sorted by relevance
43 public int getValue(int currentValue, int targetValue) { in getValue() argument44 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() argument73 float delta = targetValue - currentValue; in getValue()78 retValue = currentValue + delta; in getValue()85 retValue = currentValue + delta; in getValue()
645 String compareValue = "", currentValue; in createList() local658 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 …]
58 String currentValue = mWebViewUpdateService.getCurrentWebViewPackageName(); in onCreate() local59 if (currentValue == null) { in onCreate()60 currentValue = ""; in onCreate()70 if (currentValue.contentEquals(provider.packageName)) { in onCreate()
791 String currentValue = SystemProperties.get(HDCP_CHECKING_PROPERTY); in updateHdcpValues() local796 if (currentValue.equals(values[i])) { in updateHdcpValues()1450 String currentValue = SystemProperties.get(SELECT_LOGD_SIZE_PROPERTY); in updateLogdSizeValues() local1452 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()
57 String currentValue = cursor.getString(GROUPING_COLUMN_INDEX);61 if (TextUtils.equals(value, currentValue)) {66 currentValue = value;
742 public void startIfNecessary(float currentValue) { in startIfNecessary() argument743 if (!hasStarted && predicate.shouldStart(currentValue)) { in startIfNecessary()888 abstract boolean shouldStart(float currentValue); in shouldStart() argument900 boolean shouldStart(float currentValue) { in shouldStart() argument901 return currentValue > thresholdValue; in shouldStart()914 boolean shouldStart(float currentValue) { in shouldStart() argument915 return currentValue < thresholdValue; in shouldStart()
655 String currentValue = SystemProperties.get(HDCP_CHECKING_PROPERTY); in updateHdcpValues() local660 if (currentValue.equals(values[i])) { in updateHdcpValues()1242 String currentValue = SystemProperties.get(SELECT_LOGD_SIZE_PROPERTY); in updateLogdSizeValues() local1243 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 …]
289 int currentValue = stack.get(i).mChars[0]; in checkStack() local290 if (currentValue <= lastValue) { in checkStack()293 lastValue = currentValue; in checkStack()
266 boolean currentValue = in onResume()270 mEnableVideoCalling.setChecked(currentValue); in onResume()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...