Searched refs:screenLoc (Results 1 – 2 of 2) sorted by relevance
443 int[] screenLoc = (int[]) startValues.values.get(PROPNAME_SCREEN_LOCATION); in onDisappear() local444 int screenX = screenLoc[0]; in onDisappear()445 int screenY = screenLoc[1]; in onDisappear()
1963 int screenLoc = mOrientationHelper.getDecoratedStart(child); in validateChildOrder() local1967 + (screenLoc < lastScreenLoc)); in validateChildOrder()1969 if (screenLoc > lastScreenLoc) { in validateChildOrder()1978 int screenLoc = mOrientationHelper.getDecoratedStart(child); in validateChildOrder() local1982 + (screenLoc < lastScreenLoc)); in validateChildOrder()1984 if (screenLoc < lastScreenLoc) { in validateChildOrder()