Searched defs:PROPNAME_WINDOW_Y (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DChangeBounds.java59 private static final String PROPNAME_WINDOW_Y = "android:changeBounds:windowY"; field in class:ChangeBounds
65 PROPNAME_WINDOW_Y
242 values.values.put(PROPNAME_WINDOW_Y, tempLocation[1]);
436 int startY = (Integer) startValues.values.get(PROPNAME_WINDOW_Y);
438 int endY = (Integer) endValues.values.get(PROPNAME_WINDOW_Y);

Completed in 43 milliseconds