Home
last modified time | relevance | path

Searched refs:mBottomInset (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDropZoneView.java68 private float mBottomInset; field in DropZoneView
157 mBottomInset = bottom; in setBottomInset()
272 - (mIgnoreBottomMargin ? 0 : mBottomInset), in onDraw()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java929 assertEquals(bottomImeInset, mStackScrollerInternal.mBottomInset); in testWindowInsetAnimationProgress_updatesBottomInset()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java214 int mBottomInset = 0; field in NotificationStackScrollLayout
1811 mBottomInset = windowInsets.getInsets(WindowInsets.Type.ime()).bottom;
1826 mBottomInset = insets.getInsets(WindowInsets.Type.ime()).bottom;
2254 return Math.max(0, mBottomInset