Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A 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()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1588 int newLeftMargin = innerInsets.getSystemWindowInsetLeft();
1598 if (mlp.topMargin != newTopMargin || mlp.leftMargin != newLeftMargin
1602 mlp.leftMargin = newLeftMargin;