Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorResult.java45 static final int MAX_RIGHT_SCROLL = 10000000; field in CalculatorResult
46 static final int INVALID = MAX_RIGHT_SCROLL + 10000;
262 mMaxPos = mMaxCharOffset = MAX_RIGHT_SCROLL; in initPositions()
277 mMaxCharOffset = MAX_RIGHT_SCROLL; // How far does it make sense to scroll right? in initPositions()
286 if (lsdOffset < MAX_RIGHT_SCROLL) { in initPositions()
316 mMaxPos = Math.min((int) Math.round(mMaxCharOffset * charWidth), MAX_RIGHT_SCROLL); in initPositions()
323 mMaxPos = mMaxCharOffset = MAX_RIGHT_SCROLL; in initPositions()
475 || mMaxCharOffset == getCurrentCharOffset() && mMaxCharOffset != MAX_RIGHT_SCROLL; in fullTextIsExact()