Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/src/com/android/calculator2/
DHistoryAdapter.java149 return (int) (mEvaluator.getMaxIndex() - position); in getEvaluatorIndex()
152 return (int) (mEvaluator.getMaxIndex() - position + 1); in getEvaluatorIndex()
DEvaluator.java382 public long getMaxIndex() { in getMaxIndex() method in Evaluator
383 return mExprDB.getMaxIndex(); in getMaxIndex()
1506 long resultIndex = getMaxIndex(); in represerve()
1928 final long endIndex = getMaxIndex(); in historyAsString()
1933 for (long i = 1; i < getMaxIndex(); ++i) { in historyAsString()
DHistoryFragment.java125 final long maxIndex = mEvaluator.getMaxIndex(); in onActivityCreated()
DExpressionDB.java608 public long getMaxIndex() { in getMaxIndex() method in ExpressionDB
DCalculator.java748 mEvaluator.collapse(mEvaluator.getMaxIndex() /* Most recent history entry */); in switchToInput()
857 mEvaluator.collapse(mEvaluator.getMaxIndex()); in onButtonClick()