Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthPanelController.java57 private int mContainerHeight; field in AuthPanelController
111 mContainerHeight - mMargin - navBarInsets.bottom); in getBottomBound()
113 return Math.min(top + mContentHeight, mContainerHeight - mMargin); in getBottomBound()
120 return Math.max((mContainerHeight - mContentHeight) / 2, mMargin); in getTopBound()
122 return Math.max(mContainerHeight - mContentHeight - mMargin, mMargin); in getTopBound()
131 mContainerHeight = containerHeight; in setContainerDimensions()
154 if (mContainerWidth == 0 || mContainerHeight == 0) { in updateForContentDimensions()
211 return mContainerHeight; in getContainerHeight()