Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DBaseGridView.java245 boolean throughEnd = a.getBoolean(R.styleable.lbBaseGridView_focusOutEnd, false); in initBaseGridViewAttributes()
246 mLayoutManager.setFocusOutAllowed(throughFront, throughEnd); in initBaseGridViewAttributes()
DGridLayoutManager.java814 public void setFocusOutAllowed(boolean throughFront, boolean throughEnd) { in setFocusOutAllowed() argument
817 | (throughEnd ? PF_FOCUS_OUT_END : 0); in setFocusOutAllowed()
820 public void setFocusOutSideAllowed(boolean throughStart, boolean throughEnd) { in setFocusOutSideAllowed() argument
823 | (throughEnd ? PF_FOCUS_OUT_SIDE_END : 0); in setFocusOutSideAllowed()