/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
H A D | SystemBarHelper.java | 332 int bottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets() 334 final int bottomMargin = Math.max(insets.getSystemWindowInsetBottom() - bottomOffset, 0); in onApplyWindowInsets()
|
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
H A D | StickyHeaderScrollView.java | 114 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
|
H A D | StickyHeaderListView.java | 148 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
|
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/ |
H A D | StickyHeaderRecyclerView.java | 131 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/ |
H A D | InspectorActivity.java | 117 container.setPadding(0, 0, 0, insets.getSystemWindowInsetBottom()); in setContainer()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | LauncherRootView.java | 71 insets.getSystemWindowInsetRight(), insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
H A D | AddItemWidgetsBottomSheet.java | 176 windowInsets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
H A D | CustomizationPickerFragment.java | 72 windowInsets.getSystemWindowInsetBottom()); in onCreateView()
|
H A D | TopLevelPickerActivity.java | 282 windowInsets.getSystemWindowInsetBottom())); in initializeMobile() 288 windowInsets.getSystemWindowInsetBottom()); in initializeMobile()
|
H A D | CategorySelectorFragment.java | 180 windowInsets.getSystemWindowInsetBottom()); in onCreateView()
|
H A D | CategoryFragment.java | 254 windowInsets.getSystemWindowInsetBottom()); in onCreateView()
|
/aosp12/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
H A D | TestWallpaper.java | 168 insets.getSystemWindowInsetRight(), insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
|
/aosp12/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
H A D | ChatActivity.java | 160 insets.getSystemWindowInsetBottom()); in onCreate()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
H A D | PhysicsAnimationLayoutTestCase.java | 88 when(mWindowInsets.getSystemWindowInsetBottom()).thenReturn(mSystemWindowInsetSize); in setUp()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsStateTest.java | 154 assertEquals(0, insets.getSystemWindowInsetBottom()); in testCalculateInsets_imeIgnoredWithoutAdjustResize() 269 assertEquals(0, insets.getSystemWindowInsetBottom()); in testStripForDispatch()
|
/aosp12/packages/apps/ThemePicker/src/com/android/customization/picker/grid/ |
H A D | GridFragment.java | 129 windowInsets.getSystemWindowInsetBottom()); in onCreateView()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/settings/ |
H A D | SettingsActivity.java | 230 bottomPadding + insets.getSystemWindowInsetBottom()); in onViewCreated()
|
H A D | DeveloperOptionsFragment.java | 179 bottomPadding + insets.getSystemWindowInsetBottom()); in onViewCreated()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | BaseActivity.java | 433 saveContainer.setPadding(0, 0, 0, insets.getSystemWindowInsetBottom()); in setContainer() 436 rootsContainer.setPadding(0, 0, 0, insets.getSystemWindowInsetBottom()); in setContainer()
|
/aosp12/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/ |
H A D | LauncherActivity.java | 94 mRootView.setPadding(0, 0, 0, insets.getSystemWindowInsetBottom()); in onCreate()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/impl/ |
H A D | InCallFragment.java | 193 int bottomInset = v.getRootWindowInsets().getSystemWindowInsetBottom(); in onCreateView()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
H A D | BottomActionBar.java | 256 windowInsets.getSystemWindowInsetBottom()); in BottomActionBar()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarView.java | 1375 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets() 1383 !isGesturalMode(mNavBarMode) || insets.getSystemWindowInsetBottom() == 0; in onApplyWindowInsets()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
H A D | LauncherPreviewRenderer.java | 195 currentWindowInsets.getSystemWindowInsetBottom()); in LauncherPreviewRenderer()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ActionBarOverlayLayout.java | 450 mInnerInsets.getSystemWindowInsetBottom() + bottomInset
|