Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DVisibility.java443 int[] screenLoc = (int[]) startValues.values.get(PROPNAME_SCREEN_LOCATION); in onDisappear() local
444 int screenX = screenLoc[0]; in onDisappear()
445 int screenY = screenLoc[1]; in onDisappear()
/frameworks/base/core/java/com/android/internal/widget/
DLinearLayoutManager.java1963 int screenLoc = mOrientationHelper.getDecoratedStart(child); in validateChildOrder() local
1967 + (screenLoc < lastScreenLoc)); in validateChildOrder()
1969 if (screenLoc > lastScreenLoc) { in validateChildOrder()
1978 int screenLoc = mOrientationHelper.getDecoratedStart(child); in validateChildOrder() local
1982 + (screenLoc < lastScreenLoc)); in validateChildOrder()
1984 if (screenLoc < lastScreenLoc) { in validateChildOrder()