Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DInsettableFrameLayout.java100 public static void dispatchInsets(ViewGroup parent, Rect insets) { in dispatchInsets() method in InsettableFrameLayout
H A DHotseat.java122 InsettableFrameLayout.dispatchInsets(this, insets); in setInsets()
H A DLauncherRootView.java140 public void dispatchInsets() { in dispatchInsets() method in LauncherRootView
H A DLauncher.java506 getRootView().dispatchInsets(); in onCreate()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
H A DStatefulActivity.java118 getRootView().dispatchInsets(); in reapplyUi()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java402 InsettableFrameLayout.dispatchInsets(this, insets); in setInsets()