Home | History | Annotate | Download | only in research

Lines Matching defs:actionType

143         int actionType = UNINITIALIZED_ACTION;
163 actionType = MotionEvent.ACTION_UP;
165 actionType = MotionEvent.ACTION_DOWN;
167 actionType = MotionEvent.ACTION_MOVE;
173 if (actionType == UNINITIALIZED_ACTION) {
174 Log.e(TAG, "no actionType assigned in MotionEvent json");
180 readEmbeddedMotionEvent(jsonReader, replayData, actionType);
192 && y != UNINITIALIZED_INT && actionType != UNINITIALIZED_ACTION
209 addMotionEventData(replayData, actionType, time, pointerPropertiesArray,
215 final int actionType) throws IOException {
223 readPointerData(jsonReader, replayData, actionType, pointerPropertiesArray);
246 final int actionType, final PointerProperties[] pointerPropertiesArray)
279 addMotionEventData(replayData, actionType, time, pointerPropertiesArray,
328 private void addMotionEventData(final ReplayData replayData, final int actionType,
331 replayData.mActions.add(actionType);