Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DInputTouchScreen.java5 private int MAX_TOUCH_POINTS = 5; field in InputTouchScreen
9 mTouchPoints = new InputXY[MAX_TOUCH_POINTS]; in InputTouchScreen()
10 for (int x = 0; x < MAX_TOUCH_POINTS; x++) { in InputTouchScreen()
17 for (int x = 0; x < MAX_TOUCH_POINTS; x++) { in reset()
23 assert (index >= 0 && index < MAX_TOUCH_POINTS); in press()
24 if (index < MAX_TOUCH_POINTS) { in press()
30 if (index < MAX_TOUCH_POINTS) { in release()
36 for (int x = 0; x < MAX_TOUCH_POINTS; x++) { in resetAll()
43 if (index < MAX_TOUCH_POINTS) { in getTriggered()
51 if (index < MAX_TOUCH_POINTS) { in getPressed()
[all …]