Searched refs:mLastRequestedIndex (Results 1 – 2 of 2) sorted by relevance
593 private int mLastRequestedIndex; field in RemoteViewsAdapter.FixedSizeRemoteViewsCache617 mLastRequestedIndex = -1; in FixedSizeRemoteViewsCache()629 int pruneFromPosition = (mLastRequestedIndex > -1) ? mLastRequestedIndex : position; in insert()719 mLastRequestedIndex = position; in queueRequestedPositionToLoad()795 mLastRequestedIndex = -1; in reset()
68591 Landroid/widget/RemoteViewsAdapter$FixedSizeRemoteViewsCache;->mLastRequestedIndex:I