Home
last modified time | relevance | path

Searched refs:NEXT_PAGE_FIRST_ITEM (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java64 public static final int NEXT_PAGE_FIRST_ITEM = -8; field in FocusLogic
367 return increment < 0 ? NEXT_PAGE_FIRST_ITEM : PREVIOUS_PAGE_LAST_ITEM; in handleDpadHorizontal()
369 return increment < 0 ? PREVIOUS_PAGE_LAST_ITEM : NEXT_PAGE_FIRST_ITEM; in handleDpadHorizontal()
459 return NEXT_PAGE_FIRST_ITEM;
506 case NEXT_PAGE_FIRST_ITEM: return "NEXT_PAGE_FIRST";
/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java155 case FocusLogic.NEXT_PAGE_FIRST_ITEM: in onKey()
269 case FocusLogic.NEXT_PAGE_FIRST_ITEM: in handleHotseatButtonKeyEvent()
388 if (newIconIndex == FocusLogic.NEXT_PAGE_FIRST_ITEM) { in handleIconKeyEvent()
411 case FocusLogic.NEXT_PAGE_FIRST_ITEM: in handleIconKeyEvent()
427 if (newIconIndex == FocusLogic.NEXT_PAGE_FIRST_ITEM) { in handleIconKeyEvent()