Home
last modified time | relevance | path

Searched refs:minLeft (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt165 val minLeft: Int in <lambda>() constant
168 minLeft = max(minDotWidth, roundedCornerPadding) in <lambda>()
171 minLeft = roundedCornerPadding in <lambda>()
181 minLeft, in <lambda>()
248 minLeft: Int, in calculateInsetsForRotationWithRotatedResources()
267 minLeft, in calculateInsetsForRotationWithRotatedResources()
299 minLeft: Int, in getStatusBarLeftRight()
309 return Rect(minLeft, in getStatusBarLeftRight()
324 var leftMargin = minLeft in getStatusBarLeftRight()
336 val l = max(minLeft, cutoutRect.logicalWidth(relativeRotation)) in getStatusBarLeftRight()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioner.java474 final int minLeft = rootTaskBounds.left + mMinVisibleWidth - mWindowOriginalBounds.width(); in updateWindowDragBounds() local
482 Math.min(Math.max(mWindowOriginalBounds.left + offsetX, minLeft), maxLeft), in updateWindowDragBounds()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java1623 float minLeft = (float) (pageInx) / (float) (numPages); in generateSubRect() local
1629 if (left < minLeft) left = minLeft; in generateSubRect()
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java1901 final int minLeft = layoutManager.getDecoratedLeft(target.itemView); in onMoved() local
1902 if (minLeft <= recyclerView.getPaddingLeft()) { in onMoved()
/frameworks/base/core/java/android/view/
DView.java17622 int minLeft; in setLeft() local
17625 minLeft = left; in setLeft()
17628 minLeft = mLeft; in setLeft()
17631 invalidate(xLoc, 0, mRight - minLeft, mBottom - mTop); in setLeft()
18383 int minLeft; in offsetLeftAndRight() local
18386 minLeft = mLeft + offset; in offsetLeftAndRight()
18389 minLeft = mLeft; in offsetLeftAndRight()
18392 r.set(0, 0, maxRight - minLeft, mBottom - mTop); in offsetLeftAndRight()