Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DReachabilityEduLayout.java60 private int mLastTopMargin = PROPERTY_VALUE_UNSET; field in ReachabilityEduLayout
105 mLastTopMargin = PROPERTY_VALUE_UNSET; in hideAllImmediately()
143 mLastTopMargin = PROPERTY_VALUE_UNSET; in handleLetterboxHorizontalPosition()
203 if (mLastTopMargin == PROPERTY_VALUE_UNSET) { in handleLetterboxVerticalPosition()
204 mLastTopMargin = newTopMargin; in handleLetterboxVerticalPosition()
206 if (mLastTopMargin != newTopMargin) { in handleLetterboxVerticalPosition()
209 mLastTopMargin, newTopMargin).start(); in handleLetterboxVerticalPosition()
212 topParams.topMargin = mLastTopMargin; in handleLetterboxVerticalPosition()
218 mLastTopMargin = PROPERTY_VALUE_UNSET; in handleLetterboxVerticalPosition()