Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DBaseGridView.java244 boolean throughFront = a.getBoolean(R.styleable.lbBaseGridView_focusOutFront, false); in initBaseGridViewAttributes()
246 mLayoutManager.setFocusOutAllowed(throughFront, throughEnd); in initBaseGridViewAttributes()
DGridLayoutManager.java814 public void setFocusOutAllowed(boolean throughFront, boolean throughEnd) { in setFocusOutAllowed() argument
816 | (throughFront ? PF_FOCUS_OUT_FRONT : 0) in setFocusOutAllowed()