Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityViewTransition.kt98 val endRect = endValues.values[PROP_BOUNDS] as Rect regex
128 val leftAlign = endRect.left < startRect.left
181 endRect.left - translationRemaining,
182 endRect.top,
183 endRect.right - translationRemaining,
184 endRect.bottom
188 endRect.left,
189 endRect.top,
190 endRect.right,
191 endRect.bottom
H A DPinShapeNonHintingView.java183 Rect endRect = (Rect) endValues.values.get(PROP_BOUNDS); in createAnimator() local
190 int diff = startRect.left - endRect.left; in createAnimator()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java736 final Rect endRect = isOutPipDirection ? zeroInsets : sourceHintRectInsets; in ofBounds() local
737 return mInsetsEvaluator.evaluate(fraction, startRect, endRect); in ofBounds()