Searched refs:PF_FOCUS_OUT_SIDE_END (Results 1 – 1 of 1) sorted by relevance
519 static final int PF_FOCUS_OUT_SIDE_END = 1 << 14; field in GridLayoutManager521 static final int PF_FOCUS_OUT_SIDE_MASKS = PF_FOCUS_OUT_SIDE_START | PF_FOCUS_OUT_SIDE_END;551 | PF_FOCUS_OUT_SIDE_START | PF_FOCUS_OUT_SIDE_END823 | (throughEnd ? PF_FOCUS_OUT_SIDE_END : 0); in setFocusOutSideAllowed()3232 if (isScroll || (mFlag & PF_FOCUS_OUT_SIDE_END) == 0) {