HomeSort by relevance Sort by last modified time
    Searched refs:mLastPos (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
RoundRobinScheduler.java 30 private int mLastPos = -1;
38 mLastPos = -1;
44 if (mLastPos >= all_filters.size()) mLastPos = -1;
50 if (pos <= mLastPos) {
58 mLastPos = pos;
66 mLastPos = firstNdx;
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorResult.java 69 private int mLastPos; // Position already reflected in display. Pixels.
246 mLastPos = INVALID;
541 if (mCurrentPos != mLastPos) {
542 mLastPos = mCurrentPos;

Completed in 160 milliseconds