Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/ui/
DQuickContactDivot.java158 int halfWidth = mDrawableIntrinsicWidth / 2; in computeBounds() local
160 (int)(middle - halfWidth), in computeBounds()
162 (int)(middle + halfWidth), in computeBounds()
/packages/apps/Dialer/src/com/android/dialer/widget/
DViewDragHelper.java631 final int halfWidth = width / 2; in computeAxisDuration() local
633 final float distance = halfWidth + halfWidth * in computeAxisDuration()