Lines Matching refs:viewWidth
248 final int viewWidth = v.getWidth(); in dragViewToBottom() local
251 final float x = xy[0] + (viewWidth / 2.0f); in dragViewToBottom()
268 final int viewWidth = v.getWidth(); in tapView() local
271 final float x = xy[0] + (viewWidth / 2.0f); in tapView()
308 final int viewWidth = v.getWidth(); in touchAndCancelView() local
311 final float x = xy[0] + (viewWidth / 2.0f); in touchAndCancelView()
343 final int viewWidth = v.getWidth(); in clickView() local
346 final float x = xy[0] + (viewWidth / 2.0f); in clickView()
404 final int viewWidth = v.getWidth(); in longClickView() local
407 final float x = xy[0] + (viewWidth / 2.0f); in longClickView()
491 final int viewWidth = v.getWidth(); in dragViewToTop() local
494 final float x = xy[0] + (viewWidth / 2.0f); in dragViewToTop()
513 final int viewWidth = v.getWidth(); in getStartLocation() local
533 xy[0] += viewWidth / 2; in getStartLocation()
536 xy[0] += viewWidth - 1; in getStartLocation()