Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DActionBarOverlayLayoutTest.java101 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CONSUMED_CUTOUT)); in topInset_consumedCutout_stable()
113 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CONSUMED_CUTOUT)); in topInset_consumedCutout_notStable()
125 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, NO_CUTOUT)); in topInset_noCutout_stable()
137 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, NO_CUTOUT)); in topInset_noCutout_notStable()
149 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CUTOUT_5)); in topInset_cutout_stable()
161 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CUTOUT_5)); in topInset_cutout_notStable()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuViewLayerTest.java267 mMenuViewLayer.dispatchApplyWindowInsets(fakeShowingImeInsets); in dispatchShowingImeInsets()
273 mMenuViewLayer.dispatchApplyWindowInsets(fakeHidingImeInsets); in dispatchHidingImeInsets()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java460 mContent.dispatchApplyWindowInsets(mInnerInsets);
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java7493 public WindowInsets dispatchApplyWindowInsets(WindowInsets insets) { in dispatchApplyWindowInsets() method in ViewGroup
7494 insets = super.dispatchApplyWindowInsets(insets); in dispatchApplyWindowInsets()
7508 insets = getChildAt(i).dispatchApplyWindowInsets(insets); in brokenDispatchApplyWindowInsets()
7519 getChildAt(i).dispatchApplyWindowInsets(insets); in newDispatchApplyWindowInsets()
H A DView.java11818 return dispatchApplyWindowInsets(new WindowInsets(insets)).isConsumed(); in fitSystemWindows()
11936 public WindowInsets dispatchApplyWindowInsets(WindowInsets insets) { in dispatchApplyWindowInsets() method in View
H A DViewRootImpl.java3031 host.dispatchApplyWindowInsets(insets); in dispatchApplyInsets()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17324 HSPLandroid/view/View;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/WindowI…
18018 HSPLandroid/view/ViewGroup;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/Wi…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17388 HSPLandroid/view/View;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/WindowI…
18082 HSPLandroid/view/ViewGroup;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/Wi…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52037 method public android.view.WindowInsets dispatchApplyWindowInsets(android.view.WindowInsets);