Home
last modified time | relevance | path

Searched refs:widthDiff (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DSysUiOverlay.java49 float widthDiff = topWidth - bottomWidth; in createNotchPath() local
51 corner.lineTo(topWidth - widthDiff/2, height); in createNotchPath()
52 corner.lineTo(widthDiff/2, height); in createNotchPath()
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DBottomBar.java233 int widthDiff = parentRect.width() - buttonRect.width(); in extendTouchAreaToMatchParent()
236 buttonRect.left -= widthDiff/2; in extendTouchAreaToMatchParent()
237 buttonRect.right += widthDiff/2; in extendTouchAreaToMatchParent()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java1712 float widthDiff = in updateTaskSize() local
1714 accumulatedTranslationX += mIsRtl ? widthDiff : -widthDiff; in updateTaskSize()