Searched refs:PREV_ITEM (Results 1 – 1 of 1) sorted by relevance
2628 if (movement != PREV_ITEM && movement != NEXT_ITEM) { in onAddFocusables()2658 || (movement == PREV_ITEM && position < focusedPos)) { in onAddFocusables()2735 } else if (movement == PREV_ITEM) { in onFocusSearchFailed()2807 private final static int PREV_ITEM = 0; field in GridLayoutManager2818 movement = (!mReverseFlowPrimary) ? PREV_ITEM : NEXT_ITEM; in getMovement()2821 movement = (!mReverseFlowPrimary) ? NEXT_ITEM : PREV_ITEM; in getMovement()2839 movement = PREV_ITEM; in getMovement()