Searched refs:PROPNAME_WINDOW_Y (Results 1 – 2 of 2) sorted by relevance
60 private static final String PROPNAME_WINDOW_Y = "android:changeBounds:windowY"; field in ChangeBounds66 PROPNAME_WINDOW_Y246 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()
71096 Landroid/transition/ChangeBounds;->PROPNAME_WINDOW_Y:Ljava/lang/String;