Searched refs:widthDiff (Results 1 – 3 of 3) sorted by relevance
49 float widthDiff = topWidth - bottomWidth; in createNotchPath() local51 corner.lineTo(topWidth - widthDiff/2, height); in createNotchPath()52 corner.lineTo(widthDiff/2, height); in createNotchPath()
233 int widthDiff = parentRect.width() - buttonRect.width(); in extendTouchAreaToMatchParent()236 buttonRect.left -= widthDiff/2; in extendTouchAreaToMatchParent()237 buttonRect.right += widthDiff/2; in extendTouchAreaToMatchParent()
1712 float widthDiff = in updateTaskSize() local1714 accumulatedTranslationX += mIsRtl ? widthDiff : -widthDiff; in updateTaskSize()