Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLinearLayoutManager.java1958 int lastScreenLoc = mOrientationHelper.getDecoratedStart(getChildAt(0)); in validateChildOrder() local
1967 + (screenLoc < lastScreenLoc)); in validateChildOrder()
1969 if (screenLoc > lastScreenLoc) { in validateChildOrder()
1982 + (screenLoc < lastScreenLoc)); in validateChildOrder()
1984 if (screenLoc < lastScreenLoc) { in validateChildOrder()