Searched defs:touchSlop (Results 1 – 8 of 8) sorted by relevance
175 val touchSlop = viewConfiguration.touchSlop in transferTouchesToSurfaceControlViewHost() constant
348 float touchSlop = (float) mHeadsUpNotificationOnTouchListener.getTouchSlop(); in setUpMotionEvents() local
641 float touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in getTouchSlop() local658 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
1147 boolean shouldClearFocus(MotionEvent ev, float touchSlop) { in shouldClearFocus()
1173 final int touchSlop = Math.round(touchSlopScale * mTouchSlop); in determineScrollingStart() local