Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DChangeBounds.java166 int[] tempLocation = new int[2]; field in ChangeBounds
244 values.view.getLocationInWindow(tempLocation); in captureValues()
245 values.values.put(PROPNAME_WINDOW_X, tempLocation[0]); in captureValues()
246 values.values.put(PROPNAME_WINDOW_Y, tempLocation[1]); in captureValues()
440 sceneRoot.getLocationInWindow(tempLocation); in createAnimator()
441 int startX = (Integer) startValues.values.get(PROPNAME_WINDOW_X) - tempLocation[0]; in createAnimator()
442 int startY = (Integer) startValues.values.get(PROPNAME_WINDOW_Y) - tempLocation[1]; in createAnimator()
443 int endX = (Integer) endValues.values.get(PROPNAME_WINDOW_X) - tempLocation[0]; in createAnimator()
444 int endY = (Integer) endValues.values.get(PROPNAME_WINDOW_Y) - tempLocation[1]; in createAnimator()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt71099 Landroid/transition/ChangeBounds;->tempLocation:[I