Searched refs:PROP_BOUNDS (Results 1 – 2 of 2) sorted by relevance
37 const val PROP_BOUNDS = "securityViewLocation:bounds"53 values.values[PROP_BOUNDS] = boundsRect57 return arrayOf(PROP_BOUNDS)97 val startRect = startValues.values[PROP_BOUNDS] as Rect98 val endRect = endValues.values[PROP_BOUNDS] as Rect
145 private static final String PROP_BOUNDS = "PinShapeViewTransition:bounds"; field in PinShapeNonHintingView.PinShapeViewTransition167 values.values.put(PROP_BOUNDS, boundsRect); in captureValues()172 return new String[] { PROP_BOUNDS }; in getTransitionProperties()182 Rect startRect = (Rect) startValues.values.get(PROP_BOUNDS); in createAnimator()183 Rect endRect = (Rect) endValues.values.get(PROP_BOUNDS); in createAnimator()