Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java662 final Rect insets = computeInsets(fraction); in ofBounds()
690 final Rect insets = computeInsets(fraction); in ofBounds()
731 private Rect computeInsets(float fraction) { in ofBounds() method