Searched defs:touchSlop (Results 1 – 6 of 6) sorted by relevance
348 float touchSlop = (float) mHeadsUpNotificationOnTouchListener.getTouchSlop(); in setUpMotionEvents() local
604 float touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in getTouchSlop() local620 float touchSlop = getTouchSlop(); in getSquaredTouchSlop() local
51 private float touchSlop; field in PhoneFavoriteListView
156 private float touchSlop; field in FlingUpDownTouchHandler
50 private int touchSlop; field in SwipeButtonHelper
1171 final int touchSlop = Math.round(touchSlopScale * mTouchSlop); in determineScrollingStart() local