Searched refs:dryRun (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 5385 View getViewForPosition(int position, boolean dryRun) { argument 5386 return tryGetViewHolderForPositionByDeadline(position, dryRun, FOREVER_NS).itemView; 5400 * @param dryRun True if the ViewHolder should not be removed from scrap/cache/ 5409 boolean dryRun, long deadlineNs) { 5423 holder = getScrapOrHiddenOrCachedHolderForPosition(position, dryRun); 5427 if (!dryRun) { 5457 type, dryRun); 5887 * @param dryRun Does a dry run, finds the ViewHolder but does not remove 5890 ViewHolder getScrapOrHiddenOrCachedHolderForPosition(int position, boolean dryRun) { argument 5903 if (!dryRun) { 5408 tryGetViewHolderForPositionByDeadline(int position, boolean dryRun, long deadlineNs) argument 5943 getScrapOrCachedViewForId(long id, int type, boolean dryRun) argument [all...] |
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
H A D | RecyclerView.java | 5811 View getViewForPosition(int position, boolean dryRun) { argument 5812 return tryGetViewHolderForPositionByDeadline(position, dryRun, FOREVER_NS).itemView; 5826 * @param dryRun True if the ViewHolder should not be removed from scrap/cache/ 5835 boolean dryRun, long deadlineNs) { 5850 holder = getScrapOrHiddenOrCachedHolderForPosition(position, dryRun); 5854 if (!dryRun) { 5884 type, dryRun); 6325 * @param dryRun Does a dry run, finds the ViewHolder but does not remove 6328 ViewHolder getScrapOrHiddenOrCachedHolderForPosition(int position, boolean dryRun) { argument 6341 if (!dryRun) { 5834 tryGetViewHolderForPositionByDeadline(int position, boolean dryRun, long deadlineNs) argument 6381 getScrapOrCachedViewForId(long id, int type, boolean dryRun) argument [all...] |
Completed in 34 milliseconds