Searched refs:screenLoc (Results 1 – 3 of 3) 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()
328 int[] screenLoc = mActivityView.getLocationOnScreen(); in updateInsets() local329 final int activityViewBottom = screenLoc[1] + mActivityView.getHeight(); in updateInsets()