Searched refs:mTouchDownTime (Results 1 – 2 of 2) sorted by relevance
37 private long mTouchDownTime; field in CropView255 mTouchDownTime = System.currentTimeMillis(); in onTouchEvent()268 now < mTouchDownTime + ViewConfiguration.getTapTimeout()) { in onTouchEvent()
132 private long mTouchDownTime = -1; field in Workspace1219 mTouchDownTime = System.currentTimeMillis(); in onInterceptTouchEvent()1286 (mTouchDownTime - mCustomContentShowTime) > CUSTOM_CONTENT_GESTURE_DELAY; in determineScrollingStart()