Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java915 private int getViewMin(View v) { in getViewMin() method in GridLayoutManager
1467 return getViewMin(findViewByPosition(index));
1612 int start = getViewMin(view); in fastRelayout()
2294 final int viewMin = getViewMin(view);
2312 if (isMin && getViewMin(v) < viewMin) {
2404 int viewMin = getViewMin(view);
2423 if (viewMax - getViewMin(firstView) > clientSize) {
2456 scrollPrimary = getViewMin(firstView) - paddingLow;
2676 if (getViewMin(child) >= left && getViewMax(child) <= right) { in onAddFocusables()
2797 if (getViewMin(child) >= left && getViewMax(child) <= right) { in gridOnRequestFocusInDescendantsUnaligned()