Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsStateTest.java589 mState.calculateUncontrollableInsetsFromFrame(new Rect(0, 0, 200, 300))); in testCalculateUncontrollableInsets()
591 mState.calculateUncontrollableInsetsFromFrame(new Rect(0, 50, 200, 250))); in testCalculateUncontrollableInsets()
593 mState.calculateUncontrollableInsetsFromFrame(new Rect(50, 0, 150, 300))); in testCalculateUncontrollableInsets()
/aosp14/frameworks/base/core/java/android/view/
H A DInsetsController.java1271 if ((mState.calculateUncontrollableInsetsFromFrame(mFrame) & types) != 0) { in controlWindowInsetsAnimation()
1960 return result & ~mState.calculateUncontrollableInsetsFromFrame(mFrame); in calculateControllableTypes()
H A DInsetsState.java328 public int calculateUncontrollableInsetsFromFrame(Rect frame) { in calculateUncontrollableInsetsFromFrame() method in InsetsState
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt16746 HSPLandroid/view/InsetsState;->calculateUncontrollableInsetsFromFrame(Landroid/graphics/Rect;)I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt16810 HSPLandroid/view/InsetsState;->calculateUncontrollableInsetsFromFrame(Landroid/graphics/Rect;)I