Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/metrics/
DLogMaker.java434 Object thisValue = this.entries.valueAt(i);
436 if ((thisValue == null && thatValue != null) || !thisValue.equals(thatValue))
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegate.kt191 val thisValue = strEntryValues[i].toFloat() in fontSizeValueToIndex() constant
192 if (value < lastValue + (thisValue - lastValue) * .5f) { in fontSizeValueToIndex()
195 lastValue = thisValue in fontSizeValueToIndex()