HomeSort by relevance Sort by last modified time
    Searched refs:PROPNAME_WINDOW_Y (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/transition/
ChangeBounds.java 58 private static final String PROPNAME_WINDOW_Y = "android:changeBounds:windowY";
64 PROPNAME_WINDOW_Y
242 values.values.put(PROPNAME_WINDOW_Y, tempLocation[1]);
438 int startY = (Integer) startValues.values.get(PROPNAME_WINDOW_Y) - tempLocation[1];
440 int endY = (Integer) endValues.values.get(PROPNAME_WINDOW_Y) - tempLocation[1];
  /frameworks/support/transition/src/main/java/androidx/transition/
ChangeBounds.java 59 private static final String PROPNAME_WINDOW_Y = "android:changeBounds:windowY";
65 PROPNAME_WINDOW_Y
226 values.values.put(PROPNAME_WINDOW_Y, mTempLocation[1]);
424 int startY = (Integer) startValues.values.get(PROPNAME_WINDOW_Y);
426 int endY = (Integer) endValues.values.get(PROPNAME_WINDOW_Y);

Completed in 310 milliseconds