Searched refs:minLeft (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProvider.kt | 277 val minLeft: Int in <lambda>() constant 280 minLeft = max(minDotPadding, roundedCornerPadding) in <lambda>() 283 minLeft = roundedCornerPadding in <lambda>() 297 minLeft, in <lambda>() 441 minLeft: Int, in calculateInsetsForRotationWithRotatedResources() 463 minLeft, in calculateInsetsForRotationWithRotatedResources() 499 minLeft: Int, in getStatusBarContentBounds() 515 return Rect(minLeft, insetTop, logicalDisplayWidth - minRight, sbHeight) in getStatusBarContentBounds() 528 var leftMargin = minLeft in getStatusBarContentBounds()
|
D | KeyguardStatusBarView.java | 320 final int minLeft = (isLayoutRtl() && mIsPrivacyDotEnabled) in updatePadding() local 326 setPadding(minLeft, top, minRight, 0); in updatePadding()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipKeepClearAlgorithm.kt | 299 val minLeft = movementBounds.left + pipAnchorBounds.width() in <lambda>() constant 300 candidateEdgeRects.retainAll { it.left - pipAreaPadding > minLeft } in <lambda>() 394 val minLeft = areasOverlappingPipY.minByOrNull { it.left }!!.left in <lambda>() constant 395 val partialStashLeft = minLeft - bounds.width() - pipAreaPadding in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskPositioner.java | 459 final int minLeft = rootTaskBounds.left + mMinVisibleWidth - mWindowOriginalBounds.width(); 467 Math.min(Math.max(mWindowOriginalBounds.left + offsetX, minLeft), maxLeft),
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProviderTest.kt | 680 minLeft = 0, in calculateInsetsForRotationWithRotatedResources_bottomAlignedMarginDisabled_noTopInset() 702 minLeft = 0, in calculateInsetsForRotationWithRotatedResources_bottomAlignedMargin_topBasedOnMargin()
|
/frameworks/base/core/java/com/android/internal/widget/helper/ |
D | ItemTouchHelper.java | 1901 final int minLeft = layoutManager.getDecoratedLeft(target.itemView); in onMoved() local 1902 if (minLeft <= recyclerView.getPaddingLeft()) { in onMoved()
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 2022 float minLeft = (float) (pageInx) / (float) (numPages); in generateSubRect() local 2028 if (left < minLeft) left = minLeft; in generateSubRect()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 19637 int minLeft; in setLeft() local 19640 minLeft = left; in setLeft() 19643 minLeft = mLeft; in setLeft() 19646 invalidate(xLoc, 0, mRight - minLeft, mBottom - mTop); in setLeft() 20459 int minLeft; in offsetLeftAndRight() local 20462 minLeft = mLeft + offset; in offsetLeftAndRight() 20465 minLeft = mLeft; in offsetLeftAndRight() 20468 r.set(0, 0, maxRight - minLeft, mBottom - mTop); in offsetLeftAndRight()
|