Home
last modified time | relevance | path

Searched refs:onApplyWindowInsets (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/calmmode/
DCalmModeActivity.java40 public WindowInsets onApplyWindowInsets( in onCreate()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java318 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() method in BaseWidgetSheet
320 return super.onApplyWindowInsets(insets); in onApplyWindowInsets()
DAddItemWidgetsBottomSheet.java156 public WindowInsets onApplyWindowInsets(View view, WindowInsets windowInsets) { in onApplyWindowInsets() method in AddItemWidgetsBottomSheet
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/passenger/
DPassengerKeyguardPasswordViewController.java61 public WindowInsets onApplyWindowInsets(@NonNull View v, @NonNull WindowInsets insets) { in onInit()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherRootView.java56 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() method in LauncherRootView
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DBaseFragment.java118 public WindowInsetsCompat onApplyWindowInsets(@NonNull View view, in setupImeInsetListener()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkUtilityView.java206 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() method in WorkUtilityView
217 return super.onApplyWindowInsets(insets); in onApplyWindowInsets()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java450 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() method in RecyclerViewFastScroller
452 return super.onApplyWindowInsets(insets); in onApplyWindowInsets()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/
DTaskbarOverlayDragLayer.java116 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() method in TaskbarOverlayDragLayer
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/window/
DActivityWindowControllerImpl.java171 public WindowInsets onApplyWindowInsets(View view, in taskViewControllerReady()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragLayer.java116 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() method in TaskbarDragLayer
/packages/apps/Contacts/src/com/android/contacts/drawer/
DDrawerFragment.java320 public WindowInsets onApplyWindowInsets(View v, WindowInsets insets) { in onApplyWindowInsets() method in DrawerFragment.WindowInsetsListener
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java404 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() method in WidgetsFullSheet
405 WindowInsets w = super.onApplyWindowInsets(insets); in onApplyWindowInsets()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DResolverActivity.java395 rdl.setOnApplyWindowInsetsListener(this::onApplyWindowInsets);
476 protected WindowInsets onApplyWindowInsets(View v, WindowInsets insets) {
DChooserActivity.java572 rdl.setOnApplyWindowInsetsListener(this::onApplyWindowInsets); in initialize()
2735 protected WindowInsets onApplyWindowInsets(View v, WindowInsets insets) {
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DSurfaceViewVideoCallFragment.java690 controlsContainer.onApplyWindowInsets(getView().getRootWindowInsets()); in updateFullscreenAndGreenScreenMode()
DVideoCallFragment.java803 controlsContainer.onApplyWindowInsets(getView().getRootWindowInsets()); in updateFullscreenAndGreenScreenMode()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java869 public WindowInsets onApplyWindowInsets(View view, WindowInsets windowInsets) {
870 WindowInsets result = view.onApplyWindowInsets(windowInsets);
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java452 public WindowInsets onApplyWindowInsets(WindowInsets windowInsets) { in onApplyWindowInsets() method in Folder