Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DRecentsRootView.java71 mActivity.getDeviceProfile().updateInsets(insets); in fitSystemWindows()
89 mActivity.getDeviceProfile().updateInsets(mInsets); in dispatchInsets()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherRootView.java85 mLauncher.updateInsets(insets); in handleSystemWindowInsets()
129 mLauncher.updateInsets(mInsets); in dispatchInsets()
DLauncher.java529 public void updateInsets(Rect insets) { in updateInsets() method in Launcher
530 mDeviceProfile.updateInsets(insets); in updateInsets()
534 mStableDeviceProfile.updateInsets(r); in updateInsets()
DDeviceProfile.java437 public void updateInsets(Rect insets) { in updateInsets() method in DeviceProfile
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java98 mDp.updateInsets(mInsets); in LauncherPreviewRenderer()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandler.java256 dp.updateInsets(targetSet.homeContentInsets); in onRecentsAnimationStart()