Searched refs:mLastRequestedIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java537 private int mLastRequestedIndex; field in class:RemoteViewsAdapter.FixedSizeRemoteViewsCache
567 mLastRequestedIndex = -1;
579 int pruneFromPosition = (mLastRequestedIndex > -1) ? mLastRequestedIndex : position;
666 mLastRequestedIndex = position;
744 mLastRequestedIndex = -1;

Completed in 56 milliseconds