Searched refs:screenLoc (Results 1 – 2 of 2) sorted by relevance
412 int[] screenLoc = (int[]) startValues.values.get(PROPNAME_SCREEN_LOCATION); in onDisappear() local413 int screenX = screenLoc[0]; in onDisappear()414 int screenY = screenLoc[1]; in onDisappear()
1854 int screenLoc = mOrientationHelper.getDecoratedStart(child); in validateChildOrder() local1858 (screenLoc < lastScreenLoc)); in validateChildOrder()1860 if (screenLoc > lastScreenLoc) { in validateChildOrder()1869 int screenLoc = mOrientationHelper.getDecoratedStart(child); in validateChildOrder() local1873 (screenLoc < lastScreenLoc)); in validateChildOrder()1875 if (screenLoc < lastScreenLoc) { in validateChildOrder()