Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java380 int topInset = 0;
408 topInset = mActionBarHeight;
413 topInset += mActionBarHeight;
419 topInset = mActionBarTop.getMeasuredHeight();
440 mContentInsets.top += topInset;
443 mInnerInsets = mInnerInsets.inset(0 /* left */, topInset, 0 /* right */, bottomInset);
448 mInnerInsets.getSystemWindowInsetTop() + topInset,
/frameworks/base/services/core/java/com/android/server/wm/utils/
DWmDisplayCutout.java119 int topInset = findInsetForSide(displaySize, boundingRects, Gravity.TOP); in computeSafeInsets() local
121 return new Rect(0, topInset, 0, bottomInset); in computeSafeInsets()
/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java373 final int topInset = DecorView.getColorViewTopInset(mStableInsets.top, mSystemInsets.top); in drawColorViews() local
375 mStatusBarColor.setBounds(0, 0, left + width, topInset); in drawColorViews()
/frameworks/base/services/core/java/com/android/server/wm/
DDockedStackDividerController.java295 final int topInset = mTmpRect.top; in initSnapAlgorithmForRotations() local
297 config.windowConfiguration.setAppBounds(leftInset /*left*/, topInset /*top*/, in initSnapAlgorithmForRotations()
298 leftInset + appWidth /*right*/, topInset + appHeight /*bottom*/); in initSnapAlgorithmForRotations()
DTaskStack.java1258 int topInset = mTmpRect.top; in adjustForMinimizedDockedStack() local
1260 mTmpAdjustedBounds.bottom = (int) (minimizeAmount * topInset + (1 - minimizeAmount) in adjustForMinimizedDockedStack()
1294 int topInset = mTmpRect.top; in getMinimizeDistance() local
1295 return getRawBounds().bottom - topInset; in getMinimizeDistance()
DDisplayContent.java1702 final int topInset = mTmpRect.top; in computeScreenConfiguration() local
1704 config.windowConfiguration.setAppBounds(leftInset /* left */, topInset /* top */, in computeScreenConfiguration()
1706 topInset + displayInfo.appHeight /* bottom */); in computeScreenConfiguration()
/frameworks/base/core/java/android/view/
DDisplayCutout.java683 final int topInset = boundTop.bottom; in pathAndDisplayCutoutFromSpec() local
706 Rect safeInset = new Rect(0, topInset, 0, bottomInset); in pathAndDisplayCutoutFromSpec()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java1077 int topInset = d.getInsets().top; in recordTopInsetLocked() local
1078 if (topInset == mDefaultDisplayTopInset) { in recordTopInsetLocked()
1081 mDefaultDisplayTopInset = topInset; in recordTopInsetLocked()
1082 SystemProperties.set(PROP_DEFAULT_DISPLAY_TOP_INSET, Integer.toString(topInset)); in recordTopInsetLocked()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackLayoutAlgorithm.java1034 public void getTaskStackBounds(Rect displayRect, Rect windowRect, int topInset, int leftInset, in getTaskStackBounds() argument
1036 taskStackBounds.set(windowRect.left + leftInset, windowRect.top + topInset, in getTaskStackBounds()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java2588 int topInset = mSystemWindowInsets != null ? mSystemWindowInsets.top : 0;
2590 - requiredExpansionHeight - topInset - bottomInset;