Home
last modified time | relevance | path

Searched defs:windowInsets (Results 1 – 11 of 11) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/
DCustomizationPickerBinder.kt85 lockSectionContainer.setOnApplyWindowInsetsListener { v: View, windowInsets: WindowInsets -> in <lambda>() method
101 homeSectionContainer.setOnApplyWindowInsetsListener { v: View, windowInsets: WindowInsets -> in <lambda>() method
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DKeyboardInsetAnimationCallback.java89 public WindowInsets onProgress(WindowInsets windowInsets, List<WindowInsetsAnimation> list) { in onProgress()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DAddItemWidgetsBottomSheet.java156 public WindowInsets onApplyWindowInsets(View view, WindowInsets windowInsets) { in onApplyWindowInsets()
DBaseWidgetSheet.java106 WindowInsets windowInsets = WindowManagerProxy.INSTANCE.get(getContext()) in onAttachedToWindow() local
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/recents/
DRecentTasksViewModel.java105 public void init(int displayId, int windowWidth, int windowHeight, @NonNull Rect windowInsets, in init()
/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java217 @NonNull WindowInsets windowInsets, in applyDisplayCutoutBottomInsetOverrideOnLargeScreen()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerFragment.java331 mImageGrid.setOnApplyWindowInsetsListener((v, windowInsets) -> { in onCreateView() argument
DIndividualPickerFragment2.kt409 imageGrid.setOnApplyWindowInsetsListener { v: View, windowInsets: WindowInsets -> in <lambda>() method
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DBottomActionBar.java258 setOnApplyWindowInsetsListener((v, windowInsets) -> { in BottomActionBar() argument
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCategorySelectorFragment.java203 mImageGrid.setOnApplyWindowInsetsListener((v, windowInsets) -> { in onCreateView() argument
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java440 public WindowInsets onApplyWindowInsets(WindowInsets windowInsets) { in onApplyWindowInsets()