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

  /frameworks/base/core/java/android/transition/
Crossfade.java 55 private static final String PROPNAME_BOUNDS = "android:crossfade:bounds";
176 Rect startBounds = (Rect) startVals.get(PROPNAME_BOUNDS);
177 Rect endBounds = (Rect) endVals.get(PROPNAME_BOUNDS);
266 transitionValues.values.put(PROPNAME_BOUNDS, bounds);
269 Log.d(LOG_TAG, "Captured bounds " + transitionValues.values.get(PROPNAME_BOUNDS));
ChangeBounds.java 43 private static final String PROPNAME_BOUNDS = "android:changeBounds:bounds";
48 PROPNAME_BOUNDS,
86 values.values.put(PROPNAME_BOUNDS, new Rect(view.getLeft(), view.getTop(),
125 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS);
126 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS);

Completed in 990 milliseconds