Home
last modified time | relevance | path

Searched refs:fLastUpMillis (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/viewer/
DTouchGesture.cpp117 fLastUpMillis = SkTime::GetMSecs() - 2*MAX_DBL_TAP_INTERVAL; in resetTouchState()
327 if (now - fLastUpMillis <= MAX_DBL_TAP_INTERVAL) { in handleDblTap()
339 fLastUpMillis = now; in handleDblTap()
DTouchGesture.h80 double fLastUpMillis; variable
/external/skqp/tools/viewer/
DTouchGesture.cpp117 fLastUpMillis = SkTime::GetMSecs() - 2*MAX_DBL_TAP_INTERVAL; in resetTouchState()
330 if (now - fLastUpMillis <= MAX_DBL_TAP_INTERVAL) { in handleDblTap()
342 fLastUpMillis = now; in handleDblTap()
DTouchGesture.h76 double fLastUpMillis; variable