Searched refs:throughEnd (Results 1 – 2 of 2) sorted by relevance
245 boolean throughEnd = a.getBoolean(R.styleable.lbBaseGridView_focusOutEnd, false); in initBaseGridViewAttributes()246 mLayoutManager.setFocusOutAllowed(throughFront, throughEnd); in initBaseGridViewAttributes()
814 public void setFocusOutAllowed(boolean throughFront, boolean throughEnd) { in setFocusOutAllowed() argument817 | (throughEnd ? PF_FOCUS_OUT_END : 0); in setFocusOutAllowed()820 public void setFocusOutSideAllowed(boolean throughStart, boolean throughEnd) { in setFocusOutSideAllowed() argument823 | (throughEnd ? PF_FOCUS_OUT_SIDE_END : 0); in setFocusOutSideAllowed()