Searched defs:windowInsets (Results 1 – 11 of 11) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/ |
D | CustomizationPickerBinder.kt | 85 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/ |
D | KeyboardInsetAnimationCallback.java | 89 public WindowInsets onProgress(WindowInsets windowInsets, List<WindowInsetsAnimation> list) { in onProgress()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | AddItemWidgetsBottomSheet.java | 156 public WindowInsets onApplyWindowInsets(View view, WindowInsets windowInsets) { in onApplyWindowInsets()
|
D | BaseWidgetSheet.java | 106 WindowInsets windowInsets = WindowManagerProxy.INSTANCE.get(getContext()) in onAttachedToWindow() local
|
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/recents/ |
D | RecentTasksViewModel.java | 105 public void init(int displayId, int windowWidth, int windowHeight, @NonNull Rect windowInsets, in init()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/window/ |
D | WindowManagerProxy.java | 217 @NonNull WindowInsets windowInsets, in applyDisplayCutoutBottomInsetOverrideOnLargeScreen()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | IndividualPickerFragment.java | 331 mImageGrid.setOnApplyWindowInsetsListener((v, windowInsets) -> { in onCreateView() argument
|
D | IndividualPickerFragment2.kt | 409 imageGrid.setOnApplyWindowInsetsListener { v: View, windowInsets: WindowInsets -> in <lambda>() method
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
D | BottomActionBar.java | 258 setOnApplyWindowInsetsListener((v, windowInsets) -> { in BottomActionBar() argument
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | CategorySelectorFragment.java | 203 mImageGrid.setOnApplyWindowInsetsListener((v, windowInsets) -> { in onCreateView() argument
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | Folder.java | 440 public WindowInsets onApplyWindowInsets(WindowInsets windowInsets) { in onApplyWindowInsets()
|