Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DActionBarOverlayLayoutTest.java112 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CONSUMED_CUTOUT)); in topInset_consumedCutout_stable()
124 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CONSUMED_CUTOUT)); in topInset_consumedCutout_notStable()
136 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, NO_CUTOUT)); in topInset_noCutout_stable()
148 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, NO_CUTOUT)); in topInset_noCutout_notStable()
160 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CUTOUT_5)); in topInset_cutout_stable()
172 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CUTOUT_5)); in topInset_cutout_notStable()
184 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CUTOUT_5)); in topInset_cutout_noContentOnApplyWindowInsetsListener()
197 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CUTOUT_5)); in topInset_cutout__hasContentOnApplyWindowInsetsListener()
209 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, NO_CUTOUT)); in topInset_noCutout_noContentOnApplyWindowInsetsListener()
222 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, NO_CUTOUT)); in topInset_noCutout__hasContentOnApplyWindowInsetsListener()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
DMenuViewLayerTest.java471 mMenuViewLayer.dispatchApplyWindowInsets(fakeShowingImeInsets); in dispatchShowingImeInsets()
477 mMenuViewLayer.dispatchApplyWindowInsets(fakeHidingImeInsets); in dispatchHidingImeInsets()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java531 mContent.dispatchApplyWindowInsets(mInnerInsets);
/frameworks/base/core/java/android/view/
DViewGroup.java7471 public WindowInsets dispatchApplyWindowInsets(WindowInsets insets) { in dispatchApplyWindowInsets() method in ViewGroup
7472 insets = super.dispatchApplyWindowInsets(insets); in dispatchApplyWindowInsets()
7486 insets = getChildAt(i).dispatchApplyWindowInsets(insets); in brokenDispatchApplyWindowInsets()
7497 getChildAt(i).dispatchApplyWindowInsets(insets); in newDispatchApplyWindowInsets()
DView.java12475 return dispatchApplyWindowInsets(new WindowInsets(insets)).isConsumed();
12593 public WindowInsets dispatchApplyWindowInsets(WindowInsets insets) {
DViewRootImpl.java3307 host.dispatchApplyWindowInsets(insets); in dispatchApplyInsets()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt17043 HSPLandroid/view/View;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/WindowI…
17737 HSPLandroid/view/ViewGroup;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/Wi…
/frameworks/base/config/
Dboot-image-profile.txt17107 HSPLandroid/view/View;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/WindowI…
17801 HSPLandroid/view/ViewGroup;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/Wi…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33320 method public android.view.WindowInsets dispatchApplyWindowInsets(android.view.WindowInsets);
/frameworks/base/core/api/
Dcurrent.txt52543 method public android.view.WindowInsets dispatchApplyWindowInsets(android.view.WindowInsets);