Searched refs:mPointerIds (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DInputPointers.java30 private final ResizableIntArray mPointerIds; field in class:InputPointers
37 mPointerIds = new ResizableIntArray(defaultCapacity);
60 mPointerIds.addAt(index, pointerId);
71 mPointerIds.add(pointerId);
78 mPointerIds.set(ip.mPointerIds);
85 mPointerIds.copy(ip.mPointerIds);
107 mPointerIds.fill(pointerId, mPointerIds
[all...]

Completed in 25 milliseconds