Searched refs:widthDiff (Results 1 – 2 of 2) sorted by relevance
233 int widthDiff = parentRect.width() - buttonRect.width(); in extendTouchAreaToMatchParent()236 buttonRect.left -= widthDiff/2; in extendTouchAreaToMatchParent()237 buttonRect.right += widthDiff/2; in extendTouchAreaToMatchParent()
1388 float widthDiff = in updateTaskSize() local1390 accumulatedTranslationX += mIsRtl ? widthDiff : -widthDiff; in updateTaskSize()