Searched refs:sJustBeforeActionTime (Results 1 – 1 of 1) sorted by relevance
134 private static long sJustBeforeActionTime = -1; field in UserDictionaryToolsList210 sJustBeforeActionTime = -1; in onStart()490 if ((e.getDownTime() - sJustBeforeActionTime) < DOUBLE_TAP_TIME) { in onTouch()498 sJustBeforeActionTime = e.getDownTime(); in onTouch()