Searched defs:tapCountInterval (Results 1 – 3 of 3) sorted by relevance
42 private long tapCountInterval = (long)(0.4f * 1000000000l); field in ClickListener169 public void setTapCountInterval (float tapCountInterval) { in setTapCountInterval()
44 …public ActorGestureListener (float halfTapSquareSize, float tapCountInterval, float longPressDurat… in ActorGestureListener()
33 private long tapCountInterval; field in GestureDetector75 …public GestureDetector (float halfTapSquareSize, float tapCountInterval, float longPressDuration, … in GestureDetector()268 public void setTapCountInterval (float tapCountInterval) { in setTapCountInterval()