Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DRecentsRootView.java88 public void dispatchInsets() { in dispatchInsets() method in RecentsRootView
/packages/apps/Launcher3/src/com/android/launcher3/
DInsettableFrameLayout.java97 public static void dispatchInsets(ViewGroup parent, Rect insets) { in dispatchInsets() method in InsettableFrameLayout
DHotseat.java103 InsettableFrameLayout.dispatchInsets(this, insets); in setInsets()
DLauncherRootView.java128 public void dispatchInsets() { in dispatchInsets() method in LauncherRootView
DLauncher.java382 getRootView().dispatchInsets(); in onCreate()
457 getRootView().dispatchInsets(); in reapplyUi()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DRecentsActivity.java112 mRecentsRootView.dispatchInsets(); in reapplyUi()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java342 InsettableFrameLayout.dispatchInsets(this, insets); in setInsets()