Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java2628 if (movement != PREV_ITEM && movement != NEXT_ITEM) { in onAddFocusables()
2648 int index = movement == NEXT_ITEM ? i : count - 1 - i; in onAddFocusables()
2657 (movement == NEXT_ITEM && position > focusedPos) in onAddFocusables()
2727 if (movement == NEXT_ITEM) { in onFocusSearchFailed()
2808 private final static int NEXT_ITEM = 1; field in GridLayoutManager
2818 movement = (!mReverseFlowPrimary) ? PREV_ITEM : NEXT_ITEM; in getMovement()
2821 movement = (!mReverseFlowPrimary) ? NEXT_ITEM : PREV_ITEM; in getMovement()
2842 movement = NEXT_ITEM; in getMovement()