Home
last modified time | relevance | path

Searched refs:rightInset (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DStackWindowController.java345 int rightInset = overrideWidth ? 0 : inInsetBounds.right - mTmpRect.right; in intersectDisplayBoundsExcludeInsets() local
347 inOutBounds.inset(leftInset, topInset, rightInset, bottomInset); in intersectDisplayBoundsExcludeInsets()
DTaskSnapshotSurface.java488 final int rightInset = DecorView.getColorViewRightInset(mStableInsets.right, in drawStatusBarBackground() local
491 c.drawRect(left, 0, c.getWidth() - rightInset, statusBarHeight, mStatusBarPaint); in drawStatusBarBackground()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewHeader.java341 int rightInset = width - getMeasuredWidth(); in onTaskViewSizeChanged() local
360 mMoveTaskButton.setTranslationX(rightInset); in onTaskViewSizeChanged()
363 mDismissButton.setTranslationX(rightInset); in onTaskViewSizeChanged()
DTaskStackLayoutAlgorithm.java1114 int rightInset, Rect taskStackBounds) { in getTaskStackBounds() argument
1116 windowRect.right - rightInset, windowRect.bottom); in getTaskStackBounds()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1032 public static boolean isNavBarToRightEdge(int bottomInset, int rightInset) { in isNavBarToRightEdge() argument
1033 return bottomInset == 0 && rightInset > 0; in isNavBarToRightEdge()
1040 public static int getNavBarSize(int bottomInset, int rightInset, int leftInset) { in getNavBarSize() argument
1041 return isNavBarToRightEdge(bottomInset, rightInset) ? rightInset in getNavBarSize()
1049 final int rightInset = getColorViewLeftInset(stableInsets.right, contentInsets.right); in getNavigationBarRect() local
1050 final int size = getNavBarSize(bottomInset, rightInset, leftInset); in getNavigationBarRect()
1051 if (isNavBarToRightEdge(bottomInset, rightInset)) { in getNavigationBarRect()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java185 void setOpticalInsets(int leftInset, int topInset, int rightInset, int bottomInset) { in setOpticalInsets() argument
188 mRightInset = rightInset; in setOpticalInsets()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java4354 int rightInset = taskBounds.right - mTmpRect.right; in calculateRelevantTaskInsets() local
4356 inOutInsets.set(leftInset, topInset, rightInset, bottomInset); in calculateRelevantTaskInsets()