Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DBaseGridView.java219 boolean throughEnd = a.getBoolean(R.styleable.lbBaseGridView_focusOutEnd, false); in initBaseGridViewAttributes()
220 mLayoutManager.setFocusOutAllowed(throughFront, throughEnd); in initBaseGridViewAttributes()
DGridLayoutManager.java698 public void setFocusOutAllowed(boolean throughFront, boolean throughEnd) { in setFocusOutAllowed() argument
700 mFocusOutEnd = throughEnd; in setFocusOutAllowed()