Searched defs:getLastPressedTime (Results 1 - 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DInputButton.java51 public final float getLastPressedTime() { method in class:InputButton
H A DInputXY.java66 public final float getLastPressedTime() { method in class:InputXY
67 return Math.max(mXAxis.getLastPressedTime(), mYAxis.getLastPressedTime());
91 press(other.getLastPressedTime(), other.getX(), other.getY());
H A DInputTouchScreen.java79 public final float getLastPressedTime(int index) { method in class:InputTouchScreen
82 time = mTouchPoints[index].getLastPressedTime();

Completed in 690 milliseconds