Searched refs:mBottomInset (Results 1 – 4 of 4) sorted by relevance
62 private int mBottomInset = 0; field in AuthCredentialPasswordView195 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()
68 private float mBottomInset; field in DropZoneView157 mBottomInset = bottom; in setBottomInset()272 - (mIgnoreBottomMargin ? 0 : mBottomInset), in onDraw()
869 assertEquals(bottomImeInset, mStackScrollerInternal.mBottomInset); in testWindowInsetAnimationProgress_updatesBottomInset()
213 int mBottomInset = 0; field in NotificationStackScrollLayout1857 mBottomInset = windowInsets.getInsets(WindowInsets.Type.ime()).bottom;1873 mBottomInset = insets.getInsets(WindowInsets.Type.ime()).bottom;2331 return Math.max(0, mBottomInset