Searched refs:tempLocation (Results 1 – 2 of 2) sorted by relevance
166 int[] tempLocation = new int[2]; field in ChangeBounds244 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()
71099 Landroid/transition/ChangeBounds;->tempLocation:[I