Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DReachabilityEduLayout.java58 private int mLastLeftMargin = PROPERTY_VALUE_UNSET; field in ReachabilityEduLayout
103 mLastLeftMargin = PROPERTY_VALUE_UNSET; in hideAllImmediately()
152 if (mLastLeftMargin == PROPERTY_VALUE_UNSET) { in handleLetterboxHorizontalPosition()
153 mLastLeftMargin = newLeftMargin; in handleLetterboxHorizontalPosition()
155 if (mLastLeftMargin != newLeftMargin) { in handleLetterboxHorizontalPosition()
158 mLastLeftMargin, newLeftMargin).start(); in handleLetterboxHorizontalPosition()
161 leftParams.leftMargin = mLastLeftMargin; in handleLetterboxHorizontalPosition()
167 mLastLeftMargin = PROPERTY_VALUE_UNSET; in handleLetterboxHorizontalPosition()
195 mLastLeftMargin = PROPERTY_VALUE_UNSET; in handleLetterboxVerticalPosition()