Home | History | Annotate | Download | only in widget

Lines Matching defs:FOREVER_NS

474     static final long FOREVER_NS = Long.MAX_VALUE;
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