Searched refs:fLastUpMillis (Results 1 – 4 of 4) sorted by relevance
117 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()
80 double fLastUpMillis; variable
117 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()
76 double fLastUpMillis; variable