Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DReachabilityEduLayout.java151 int newLeftMargin = (horizontalGap - mMoveLeftButton.getMeasuredWidth()) / 2; in handleLetterboxHorizontalPosition() local
153 mLastLeftMargin = newLeftMargin; in handleLetterboxHorizontalPosition()
155 if (mLastLeftMargin != newLeftMargin) { in handleLetterboxHorizontalPosition()
158 mLastLeftMargin, newLeftMargin).start(); in handleLetterboxHorizontalPosition()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1568 int newLeftMargin = innerInsets.getSystemWindowInsetLeft();
1578 if (mlp.topMargin != newTopMargin || mlp.leftMargin != newLeftMargin
1582 mlp.leftMargin = newLeftMargin;