Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/src/com/android/calculator2/
DExpressionDB.java192 private int mAllCursorBase; field in ExpressionDB
278 mAllCursorBase = (int)mMaxIndex; in doInBackground()
282 { Long.toString(mAllCursorBase), Long.toString(mMinIndex) }; in doInBackground()
374 mMaxIndex = mAllCursorBase = 0; in onPostExecute()
574 int position = mAllCursorBase - (int)index; in getRow()