Home
last modified time | relevance | path

Searched refs:throughFront (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DBaseGridView.java243 boolean throughFront = a.getBoolean(R.styleable.lbBaseGridView_focusOutFront, false); in initBaseGridViewAttributes()
245 mLayoutManager.setFocusOutAllowed(throughFront, throughEnd); in initBaseGridViewAttributes()
DGridLayoutManager.java777 public void setFocusOutAllowed(boolean throughFront, boolean throughEnd) { in setFocusOutAllowed() argument
778 mFocusOutFront = throughFront; in setFocusOutAllowed()