Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DActionBarOverlayLayout.java346 int topInset = 0;
363 topInset = mActionBarHeight;
368 topInset += mActionBarHeight;
374 topInset = mActionBarTop.getMeasuredHeight();
384 mContentInsets.top += topInset;
387 mInnerInsets.top += topInset;
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java378 int topInset = 0;
406 topInset = mActionBarHeight;
411 topInset += mActionBarHeight;
417 topInset = mActionBarTop.getMeasuredHeight();
438 mContentInsets.top += topInset;
441 mInnerInsets = mInnerInsets.inset(0 /* left */, topInset, 0 /* right */, bottomInset);
446 mInnerInsets.getSystemWindowInsetTop() + topInset,
/frameworks/base/services/core/java/com/android/server/wm/utils/
DWmDisplayCutout.java106 int topInset = findInsetForSide(displaySize, boundingRects, Gravity.TOP); in computeSafeInsets() local
108 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/
DStackWindowController.java344 int topInset = mTmpRect.top - inInsetBounds.top; in intersectDisplayBoundsExcludeInsets() local
347 inOutBounds.inset(leftInset, topInset, rightInset, bottomInset); in intersectDisplayBoundsExcludeInsets()
DDockedStackDividerController.java291 final int topInset = mTmpRect.top; in initSnapAlgorithmForRotations() local
293 config.windowConfiguration.setAppBounds(leftInset /*left*/, topInset /*top*/, in initSnapAlgorithmForRotations()
294 leftInset + appWidth /*right*/, topInset + appHeight /*bottom*/); in initSnapAlgorithmForRotations()
DTaskStack.java1277 int topInset = mTmpRect.top; in adjustForMinimizedDockedStack() local
1279 mTmpAdjustedBounds.bottom = (int) (minimizeAmount * topInset + (1 - minimizeAmount) in adjustForMinimizedDockedStack()
1313 int topInset = mTmpRect.top; in getMinimizeDistance() local
1314 return getRawBounds().bottom - topInset; in getMinimizeDistance()
DDisplayContent.java1289 final int topInset = mTmpRect.top; in computeScreenConfiguration() local
1291 config.windowConfiguration.setAppBounds(leftInset /* left */, topInset /* top */, in computeScreenConfiguration()
1293 topInset + displayInfo.appHeight /* bottom */); in computeScreenConfiguration()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackLayoutAlgorithm.java1032 public void getTaskStackBounds(Rect displayRect, Rect windowRect, int topInset, int leftInset, in getTaskStackBounds() argument
1034 taskStackBounds.set(windowRect.left + leftInset, windowRect.top + topInset, in getTaskStackBounds()
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DGridLayoutManager.java187 void setOpticalInsets(int leftInset, int topInset, int rightInset, int bottomInset) { in setOpticalInsets() argument
189 mTopInset = topInset; in setOpticalInsets()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java4646 int topInset = mTmpRect.top - taskBounds.top; in calculateRelevantTaskInsets() local
4649 inOutInsets.set(leftInset, topInset, rightInset, bottomInset); in calculateRelevantTaskInsets()