Searched refs:hasPosition (Results 1 – 5 of 5) sorted by relevance
56 checkArgument(hasPosition(details)); in selectItem()84 checkArgument(hasPosition(details)); in extendSelectionRange()109 static boolean hasPosition(@Nullable ItemDetails<?> item) { in hasPosition() method in MotionInputHandler
108 private static boolean hasPosition(@Nullable ItemDetails<?> item) { in hasPosition() method in ItemDetailsLookup
660 boolean hasPosition) { in setPlaybackStateInt() argument669 if (hasPosition) { in setPlaybackStateInt()685 long position = hasPosition ? mPlaybackPositionMs in setPlaybackStateInt()
37 virtual bool hasPosition() const;
52 bool AssetStreamAdaptor::hasPosition() const { in hasPosition() function in AssetStreamAdaptor