Searched defs:FOREVER_NS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
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 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 290 milliseconds