HomeSort by relevance Sort by last modified time
    Searched refs:AFTER_LAST_ITEM (Results 1 - 2 of 2) sorted by null

  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
GridModel.java 475 static final int AFTER_LAST_ITEM = 0;
493 * The type of this coordinate, which is one of AFTER_LAST_ITEM, BEFORE_FIRST_ITEM,
511 // Limits of the last known item; only populated when type == AFTER_LAST_ITEM.
536 this.type = AFTER_LAST_ITEM;
556 } else if (type == AFTER_LAST_ITEM) {
702 case RelativeCoordinate.AFTER_LAST_ITEM:
733 if (pointerCoordinate.type == RelativeCoordinate.AFTER_LAST_ITEM
734 && originCoordinate.type == RelativeCoordinate.AFTER_LAST_ITEM) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
GridModel.java 471 static final int AFTER_LAST_ITEM = 0;
489 * The type of this coordinate, which is one of AFTER_LAST_ITEM, BEFORE_FIRST_ITEM,
507 // Limits of the last known item; only populated when type == AFTER_LAST_ITEM.
531 this.type = AFTER_LAST_ITEM;
551 } else if (type == AFTER_LAST_ITEM) {
681 case RelativeCoordinate.AFTER_LAST_ITEM:
711 if (pointerCoordinate.type == RelativeCoordinate.AFTER_LAST_ITEM &&
712 originCoordinate.type == RelativeCoordinate.AFTER_LAST_ITEM) {

Completed in 333 milliseconds