Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java593 final Rect insets = computeInsets(fraction); in ofBounds()
619 final Rect insets = computeInsets(fraction); in ofBounds()
654 private Rect computeInsets(float fraction) { in ofBounds() method