Lines Matching refs:viewWidth
230 final int viewWidth = v.getWidth(); in dragViewToBottom() local
233 final float x = xy[0] + (viewWidth / 2.0f); in dragViewToBottom()
250 final int viewWidth = v.getWidth(); in tapView() local
253 final float x = xy[0] + (viewWidth / 2.0f); in tapView()
290 final int viewWidth = v.getWidth(); in touchAndCancelView() local
293 final float x = xy[0] + (viewWidth / 2.0f); in touchAndCancelView()
325 final int viewWidth = v.getWidth(); in clickView() local
328 final float x = xy[0] + (viewWidth / 2.0f); in clickView()
386 final int viewWidth = v.getWidth(); in longClickView() local
389 final float x = xy[0] + (viewWidth / 2.0f); in longClickView()
473 final int viewWidth = v.getWidth(); in dragViewToTop() local
476 final float x = xy[0] + (viewWidth / 2.0f); in dragViewToTop()
495 final int viewWidth = v.getWidth(); in getStartLocation() local
515 xy[0] += viewWidth / 2; in getStartLocation()
518 xy[0] += viewWidth - 1; in getStartLocation()