Searched refs:thisValue (Results 1 – 2 of 2) sorted by relevance
434 Object thisValue = this.entries.valueAt(i);436 if ((thisValue == null && thatValue != null) || !thisValue.equals(thatValue))
191 val thisValue = strEntryValues[i].toFloat() in fontSizeValueToIndex() constant192 if (value < lastValue + (thisValue - lastValue) * .5f) { in fontSizeValueToIndex()195 lastValue = thisValue in fontSizeValueToIndex()