Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityViewTransition.kt37 const val PROP_BOUNDS = "securityViewLocation:bounds" in <lambda>() constant
53 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>()
DPinShapeNonHintingView.java162 private static final String PROP_BOUNDS = "PinShapeViewTransition:bounds"; field in PinShapeNonHintingView.PinShapeViewTransition
184 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/transitions/
DClockSizeTransition.kt74 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>() constant
224 arrayOf(PROP_VISIBILITY, PROP_ALPHA, PROP_BOUNDS, SMARTSPACE_BOUNDS) in <lambda>()