Searched refs:LOG_RADIX (Results 1 – 1 of 1) sorted by relevance
37 private static final double LOG_RADIX = Math.log(RADIX); field in NumericTextView144 mMaxCount = 1 + (int) (Math.log(maxValue) / LOG_RADIX); in setRange()