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()
2200 float widthDiff = in updateTaskSize() local2202 accumulatedTranslationX += mIsRtl ? widthDiff : -widthDiff; in updateTaskSize()