Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DChangeBoundsTest.java340 private static final String PROPNAME_BOUNDS = "android:changeBounds:bounds"; field in ChangeBoundsTest.MyChangeBounds
348 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator()
349 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator()