Searched refs:PROPNAME_WINDOW_X (Results 1 – 2 of 2) sorted by relevance
59 private static final String PROPNAME_WINDOW_X = "android:changeBounds:windowX"; field in ChangeBounds65 PROPNAME_WINDOW_X,245 values.values.put(PROPNAME_WINDOW_X, tempLocation[0]); in captureValues()441 int startX = (Integer) startValues.values.get(PROPNAME_WINDOW_X) - tempLocation[0]; in createAnimator()443 int endX = (Integer) endValues.values.get(PROPNAME_WINDOW_X) - tempLocation[0]; in createAnimator()
71095 Landroid/transition/ChangeBounds;->PROPNAME_WINDOW_X:Ljava/lang/String;