Searched refs:minLeft (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarContentInsetsProvider.kt | 243 val minLeft: Int 246 minLeft = max(minDotPadding, roundedCornerPadding) 249 minLeft = roundedCornerPadding 259 minLeft, 351 minLeft: Int, 371 minLeft, 407 minLeft: Int, 419 return Rect(minLeft, 434 var leftMargin = minLeft
|
H A D | KeyguardStatusBarView.java | 305 final int minLeft = (isLayoutRtl() && mIsPrivacyDotEnabled) in updatePadding() local 310 setPadding(minLeft, waterfallTop, minRight, 0); in updatePadding()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipKeepClearAlgorithm.kt | 299 val minLeft = movementBounds.left + pipAnchorBounds.width() regex 300 candidateEdgeRects.retainAll { it.left - pipAreaPadding > minLeft } 394 val minLeft = areasOverlappingPipY.minByOrNull { it.left }!!.left regex 395 val partialStashLeft = minLeft - bounds.width() - pipAreaPadding
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TaskPositioner.java | 459 final int minLeft = rootTaskBounds.left + mMinVisibleWidth - mWindowOriginalBounds.width(); 467 Math.min(Math.max(mWindowOriginalBounds.left + offsetX, minLeft), maxLeft),
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/ |
H A D | ItemTouchHelper.java | 1901 final int minLeft = layoutManager.getDecoratedLeft(target.itemView); in onMoved() local 1902 if (minLeft <= recyclerView.getPaddingLeft()) { in onMoved()
|
/aosp14/frameworks/base/core/java/android/service/wallpaper/ |
H A D | WallpaperService.java | 1950 float minLeft = (float) (pageInx) / (float) (numPages); in generateSubRect() local 1956 if (left < minLeft) left = minLeft; in generateSubRect()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | View.java | 18769 int minLeft; in setLeft() local 18772 minLeft = left; in setLeft() 18775 minLeft = mLeft; in setLeft() 18778 invalidate(xLoc, 0, mRight - minLeft, mBottom - mTop); in setLeft() 19589 int minLeft; in offsetLeftAndRight() local 19592 minLeft = mLeft + offset; in offsetLeftAndRight() 19595 minLeft = mLeft; in offsetLeftAndRight() 19598 r.set(0, 0, maxRight - minLeft, mBottom - mTop); in offsetLeftAndRight()
|