Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java290 final int historySize = event.getHistorySize(); in onJoystickMotion() local
298 for (int historyPos = 0; historyPos < historySize; historyPos++) { in onJoystickMotion()
DGameView.java232 final int historySize = event.getHistorySize(); in onGenericMotionEvent() local
233 for (int i = 0; i < historySize; i++) { in onGenericMotionEvent()
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java855 final int historySize = event.getHistorySize();
856 for (int i = 0; i < historySize; i++) {