Searched refs:mLastRequestedIndex (Results 1 – 2 of 2) sorted by relevance
596 private int mLastRequestedIndex; field in RemoteViewsAdapter.FixedSizeRemoteViewsCache620 mLastRequestedIndex = -1; in FixedSizeRemoteViewsCache()632 int pruneFromPosition = (mLastRequestedIndex > -1) ? mLastRequestedIndex : position; in insert()722 mLastRequestedIndex = position; in queueRequestedPositionToLoad()798 mLastRequestedIndex = -1; in reset()
83663 Landroid/widget/RemoteViewsAdapter$FixedSizeRemoteViewsCache;->mLastRequestedIndex:I