Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityViewTransition.kt37 const val PROP_BOUNDS = "securityViewLocation:bounds"
53 values.values[PROP_BOUNDS] = boundsRect
57 return arrayOf(PROP_BOUNDS)
97 val startRect = startValues.values[PROP_BOUNDS] as Rect
98 val endRect = endValues.values[PROP_BOUNDS] as Rect
H A DPinShapeNonHintingView.java145 private static final String PROP_BOUNDS = "PinShapeViewTransition:bounds"; field in PinShapeNonHintingView.PinShapeViewTransition
167 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()