Searched refs:mTouchSlopSquared (Results 1 – 3 of 3) sorted by relevance
57 private float mTouchSlopSquared; field in NavHandleLongPressInputConsumer85 mTouchSlopSquared = mTouchSlopSquaredOriginal; in NavHandleLongPressInputConsumer()86 mOuterTouchSlopSquared = mTouchSlopSquared * (twoStageMultiplier * twoStageMultiplier); in NavHandleLongPressInputConsumer()92 Log.d(TAG, "mTouchSlopSquared=" + mTouchSlopSquared); in NavHandleLongPressInputConsumer()132 mTouchSlopSquared = mTouchSlopSquaredOriginal; in handleMotionEvent()155 if (mTouchSlopSquared < distanceSquared in handleMotionEvent()161 mTouchSlopSquared = mOuterTouchSlopSquared; in handleMotionEvent()168 if (distanceSquared > mTouchSlopSquared) { in handleMotionEvent()170 Log.d(TAG, "Touch slop out. mTouchSlopSquared=" + mTouchSlopSquared); in handleMotionEvent()
90 private final float mTouchSlopSquared; field in DeviceLockedInputConsumer118 mTouchSlopSquared = mDeviceState.getSquaredTouchSlop(); in DeviceLockedInputConsumer()168 if (squaredHypot(x - mTouchDown.x, y - mTouchDown.y) > mTouchSlopSquared) { in onMotionEvent()
110 private int mTouchSlopSquared; field in PieRenderer179 mTouchSlopSquared = ViewConfiguration.get(ctx).getScaledTouchSlop(); in init()180 mTouchSlopSquared = mTouchSlopSquared * mTouchSlopSquared; in init()481 return mTouchSlopSquared < (e.getX() - mDown.x) * (e.getX() - mDown.x) in hasMoved()