Searched refs:PROP_BOUNDS (Results 1 – 3 of 3) sorted by relevance
37 const val PROP_BOUNDS = "securityViewLocation:bounds" in <lambda>() constant53 values.values[PROP_BOUNDS] = boundsRect in <lambda>()57 return arrayOf(PROP_BOUNDS) in <lambda>()97 val startRect = startValues.values[PROP_BOUNDS] as Rect in <lambda>()98 val endRect = endValues.values[PROP_BOUNDS] as Rect in <lambda>()
162 private static final String PROP_BOUNDS = "PinShapeViewTransition:bounds"; field in PinShapeNonHintingView.PinShapeViewTransition184 values.values.put(PROP_BOUNDS, boundsRect); in captureValues()189 return new String[] { PROP_BOUNDS }; in getTransitionProperties()199 Rect startRect = (Rect) startValues.values.get(PROP_BOUNDS); in createAnimator()200 Rect endRect = (Rect) endValues.values.get(PROP_BOUNDS); in createAnimator()
74 transition.values[PROP_BOUNDS] = view.getRect() in <lambda>()114 val fromBounds = startValues.values[PROP_BOUNDS] as Rect in <lambda>()119 val toBounds = endValues.values[PROP_BOUNDS] as Rect in <lambda>()221 private const val PROP_BOUNDS = "ClockSizeTransition:Bounds" in <lambda>() constant224 arrayOf(PROP_VISIBILITY, PROP_ALPHA, PROP_BOUNDS, SMARTSPACE_BOUNDS) in <lambda>()