Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DReachabilityEduLayout.java59 private int mLastRightMargin = PROPERTY_VALUE_UNSET; field in ReachabilityEduLayout
104 mLastRightMargin = PROPERTY_VALUE_UNSET; in hideAllImmediately()
171 if (mLastRightMargin == PROPERTY_VALUE_UNSET) { in handleLetterboxHorizontalPosition()
172 mLastRightMargin = newRightMargin; in handleLetterboxHorizontalPosition()
174 if (mLastRightMargin != newRightMargin) { in handleLetterboxHorizontalPosition()
177 mLastRightMargin, newRightMargin).start(); in handleLetterboxHorizontalPosition()
181 rightParams.rightMargin = mLastRightMargin; in handleLetterboxHorizontalPosition()
187 mLastRightMargin = PROPERTY_VALUE_UNSET; in handleLetterboxHorizontalPosition()
196 mLastRightMargin = PROPERTY_VALUE_UNSET; in handleLetterboxVerticalPosition()