Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/
DBottomBar.java233 int widthDiff = parentRect.width() - buttonRect.width(); in extendTouchAreaToMatchParent()
236 buttonRect.left -= widthDiff/2; in extendTouchAreaToMatchParent()
237 buttonRect.right += widthDiff/2; in extendTouchAreaToMatchParent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1388 float widthDiff = in updateTaskSize() local
1390 accumulatedTranslationX += mIsRtl ? widthDiff : -widthDiff; in updateTaskSize()