Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DReachabilityEduLayout.java61 private int mLastBottomMargin = PROPERTY_VALUE_UNSET; field in ReachabilityEduLayout
106 mLastBottomMargin = PROPERTY_VALUE_UNSET; in hideAllImmediately()
144 mLastBottomMargin = PROPERTY_VALUE_UNSET; in handleLetterboxHorizontalPosition()
222 if (mLastBottomMargin == PROPERTY_VALUE_UNSET) { in handleLetterboxVerticalPosition()
223 mLastBottomMargin = newBottomMargin; in handleLetterboxVerticalPosition()
225 if (mLastBottomMargin != newBottomMargin) { in handleLetterboxVerticalPosition()
228 mLastBottomMargin, newBottomMargin).start(); in handleLetterboxVerticalPosition()
232 bottomParams.bottomMargin = mLastBottomMargin; in handleLetterboxVerticalPosition()
238 mLastBottomMargin = PROPERTY_VALUE_UNSET; in handleLetterboxVerticalPosition()