Searched refs:NEXT_PAGE_FIRST_ITEM (Results 1 – 2 of 2) sorted by relevance
64 public static final int NEXT_PAGE_FIRST_ITEM = -8; field in FocusLogic367 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";
155 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()