Searched refs:newTopMargin (Results 1 – 3 of 3) sorted by relevance
72 final int newTopMargin = SystemBarUtils.getStatusBarHeight(getContext()); in onConfigChanged() local73 if (mTopMargin == newTopMargin) { in onConfigChanged()76 mTopMargin = newTopMargin; in onConfigChanged()
202 int newTopMargin = (verticalGap - mMoveUpButton.getMeasuredHeight()) / 2; in handleLetterboxVerticalPosition() local204 mLastTopMargin = newTopMargin; in handleLetterboxVerticalPosition()206 if (mLastTopMargin != newTopMargin) { in handleLetterboxVerticalPosition()209 mLastTopMargin, newTopMargin).start(); in handleLetterboxVerticalPosition()
1567 int newTopMargin = innerInsets.getSystemWindowInsetTop();1578 if (mlp.topMargin != newTopMargin || mlp.leftMargin != newLeftMargin1581 mlp.topMargin = newTopMargin;1586 if (newTopMargin > 0 && mStatusGuard == null) {