Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthCredentialPasswordView.java62 private int mBottomInset = 0; field in AuthCredentialPasswordView
195 headerTopBounds -= Math.min(mIconView.getBottom(), mBottomInset); in onLayout()
202 if (mDescriptionView.getBottom() > mBottomInset) { in onLayout()
212 final int newHeight = MeasureSpec.getSize(heightMeasureSpec) - mBottomInset; in onMeasure()
231 if (v instanceof AuthCredentialPasswordView && mBottomInset != bottomInset.bottom) { in onApplyWindowInsets()
232 mBottomInset = bottomInset.bottom; in onApplyWindowInsets()
233 if (mBottomInset > 0 in onApplyWindowInsets()
255 pw.println(" mBottomInset=" + mBottomInset); in dump()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDropZoneView.java68 private float mBottomInset; field in DropZoneView
157 mBottomInset = bottom; in setBottomInset()
272 - (mIgnoreBottomMargin ? 0 : mBottomInset), in onDraw()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java869 assertEquals(bottomImeInset, mStackScrollerInternal.mBottomInset); in testWindowInsetAnimationProgress_updatesBottomInset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java213 int mBottomInset = 0; field in NotificationStackScrollLayout
1857 mBottomInset = windowInsets.getInsets(WindowInsets.Type.ime()).bottom;
1873 mBottomInset = insets.getInsets(WindowInsets.Type.ime()).bottom;
2331 return Math.max(0, mBottomInset