Home
last modified time | relevance | path

Searched refs:getSystemWindowInsetBottom (Results 1 – 25 of 36) sorted by relevance

12

/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DSystemBarHelper.java332 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 DStickyHeaderScrollView.java114 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
H A DStickyHeaderListView.java148 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java131 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
H A DInspectorActivity.java117 container.setPadding(0, 0, 0, insets.getSystemWindowInsetBottom()); in setContainer()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherRootView.java71 insets.getSystemWindowInsetRight(), insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DAddItemWidgetsBottomSheet.java176 windowInsets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DCustomizationPickerFragment.java72 windowInsets.getSystemWindowInsetBottom()); in onCreateView()
H A DTopLevelPickerActivity.java282 windowInsets.getSystemWindowInsetBottom())); in initializeMobile()
288 windowInsets.getSystemWindowInsetBottom()); in initializeMobile()
H A DCategorySelectorFragment.java180 windowInsets.getSystemWindowInsetBottom()); in onCreateView()
H A DCategoryFragment.java254 windowInsets.getSystemWindowInsetBottom()); in onCreateView()
/aosp12/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java168 insets.getSystemWindowInsetRight(), insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
/aosp12/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DChatActivity.java160 insets.getSystemWindowInsetBottom()); in onCreate()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTestCase.java88 when(mWindowInsets.getSystemWindowInsetBottom()).thenReturn(mSystemWindowInsetSize); in setUp()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsStateTest.java154 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 DGridFragment.java129 windowInsets.getSystemWindowInsetBottom()); in onCreateView()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/settings/
H A DSettingsActivity.java230 bottomPadding + insets.getSystemWindowInsetBottom()); in onViewCreated()
H A DDeveloperOptionsFragment.java179 bottomPadding + insets.getSystemWindowInsetBottom()); in onViewCreated()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DBaseActivity.java433 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 DLauncherActivity.java94 mRootView.setPadding(0, 0, 0, insets.getSystemWindowInsetBottom()); in onCreate()
/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DInCallFragment.java193 int bottomInset = v.getRootWindowInsets().getSystemWindowInsetBottom(); in onCreateView()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DBottomActionBar.java256 windowInsets.getSystemWindowInsetBottom()); in BottomActionBar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java1375 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
1383 !isGesturalMode(mNavBarMode) || insets.getSystemWindowInsetBottom() == 0; in onApplyWindowInsets()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DLauncherPreviewRenderer.java195 currentWindowInsets.getSystemWindowInsetBottom()); in LauncherPreviewRenderer()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java450 mInnerInsets.getSystemWindowInsetBottom() + bottomInset

12