Searched refs:throughFront (Results 1 – 2 of 2) sorted by relevance
244 boolean throughFront = a.getBoolean(R.styleable.lbBaseGridView_focusOutFront, false); in initBaseGridViewAttributes()246 mLayoutManager.setFocusOutAllowed(throughFront, throughEnd); in initBaseGridViewAttributes()
814 public void setFocusOutAllowed(boolean throughFront, boolean throughEnd) { in setFocusOutAllowed() argument816 | (throughFront ? PF_FOCUS_OUT_FRONT : 0) in setFocusOutAllowed()