Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DChangeBounds.java60 private static final String PROPNAME_WINDOW_Y = "android:changeBounds:windowY"; field in ChangeBounds
66 PROPNAME_WINDOW_Y
246 values.values.put(PROPNAME_WINDOW_Y, tempLocation[1]); in captureValues()
442 int startY = (Integer) startValues.values.get(PROPNAME_WINDOW_Y) - tempLocation[1]; in createAnimator()
444 int endY = (Integer) endValues.values.get(PROPNAME_WINDOW_Y) - tempLocation[1]; in createAnimator()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt71096 Landroid/transition/ChangeBounds;->PROPNAME_WINDOW_Y:Ljava/lang/String;