Searched refs:throughEnd (Results 1 – 2 of 2) sorted by relevance
219 boolean throughEnd = a.getBoolean(R.styleable.lbBaseGridView_focusOutEnd, false); in initBaseGridViewAttributes()220 mLayoutManager.setFocusOutAllowed(throughFront, throughEnd); in initBaseGridViewAttributes()
698 public void setFocusOutAllowed(boolean throughFront, boolean throughEnd) { in setFocusOutAllowed() argument700 mFocusOutEnd = throughEnd; in setFocusOutAllowed()