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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DRecyclerViewCacheTest.java167 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS);
202 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS);
259 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS);
300 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS);
339 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS);
460 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS);
700 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS);
878 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS);
888 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS);
904 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS);
[all...]
H A DGapWorkerTest.java179 recyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS);
/frameworks/base/core/java/com/android/internal/widget/
H A DGapWorker.java324 long taskDeadlineNs = task.immediate ? RecyclerView.FOREVER_NS : deadlineNs;
H A DRecyclerView.java415 static final long FOREVER_NS = Long.MAX_VALUE; field in class:RecyclerView
5261 * deadlineNs != FOREVER_NS, this method may fail to bind, and return false.
5267 * complete. If FOREVER_NS is passed, this method will not fail to
5276 if (deadlineNs != FOREVER_NS
5319 tryBindViewHolderByDeadline(holder, offsetPosition, position, FOREVER_NS);
5386 return tryGetViewHolderForPositionByDeadline(position, dryRun, FOREVER_NS).itemView;
5393 * If a deadlineNs other than {@link #FOREVER_NS} is passed, this method early return
5402 * complete. If FOREVER_NS is passed, this method will not fail to
5496 if (deadlineNs != FOREVER_NS
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DGapWorker.java342 long taskDeadlineNs = task.immediate ? RecyclerView.FOREVER_NS : deadlineNs;
H A DRecyclerView.java474 static final long FOREVER_NS = Long.MAX_VALUE; field in class:RecyclerView
5686 * deadlineNs != FOREVER_NS, this method may fail to bind, and return false.
5692 * complete. If FOREVER_NS is passed, this method will not fail to
5701 if (deadlineNs != FOREVER_NS
5744 tryBindViewHolderByDeadline(holder, offsetPosition, position, FOREVER_NS);
5812 return tryGetViewHolderForPositionByDeadline(position, dryRun, FOREVER_NS).itemView;
5819 * If a deadlineNs other than {@link #FOREVER_NS} is passed, this method early return
5828 * complete. If FOREVER_NS is passed, this method will not fail to
5924 if (deadlineNs != FOREVER_NS

Completed in 105 milliseconds