Searched refs:throughFront (Results 1 – 2 of 2) sorted by relevance
243 boolean throughFront = a.getBoolean(R.styleable.lbBaseGridView_focusOutFront, false); in initBaseGridViewAttributes()245 mLayoutManager.setFocusOutAllowed(throughFront, throughEnd); in initBaseGridViewAttributes()
777 public void setFocusOutAllowed(boolean throughFront, boolean throughEnd) { in setFocusOutAllowed() argument778 mFocusOutFront = throughFront; in setFocusOutAllowed()