Searched defs:scrollSecondary (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java2942 int scrollSecondary = 0;
2956 scrollSecondary = getSecondaryScrollDistance(secondaryAlignedView);
2957 if (scrollPrimary != 0 || scrollSecondary != 0) {
2959 deltas[1] = scrollSecondary;
2970 int scrollSecondary = getSecondaryScrollDistance(view);
2972 Log.v(getTag(), "getAlignedPosition " + scrollPrimary + " " + scrollSecondary
2976 if (scrollPrimary != 0 || scrollSecondary != 0) {
2978 deltas[1] = scrollSecondary;
2987 private void scrollGrid(int scrollPrimary, int scrollSecondary, boolean smooth) { argument
2990 scrollDirectionSecondary(scrollSecondary);
[all...]

Completed in 51 milliseconds