Searched refs:gestureCount (Results 1 – 1 of 1) sorted by relevance
318 final int gestureCount = in.readInt(); in readFormatV1() local320 final ArrayList<Gesture> gestures = new ArrayList<Gesture>(gestureCount); in readFormatV1()321 for (int j = 0; j < gestureCount; j++) { in readFormatV1()