Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMotionEvent.java75 private static void validatePointerCount(int pointerCount) { in validatePointerCount() argument
76 checkState(pointerCount >= 1, "pointerCount must be at least 1"); in validatePointerCount()
80 PointerProperties[] pointerPropertiesObjArray, int pointerCount) { in validatePointerPropertiesArray() argument
83 pointerPropertiesObjArray.length >= pointerCount, in validatePointerPropertiesArray()
88 PointerCoords[] pointerCoordsObjArray, int pointerCount) { in validatePointerCoordsObjArray() argument
91 pointerCoordsObjArray.length >= pointerCount, in validatePointerCoordsObjArray()
95 private static void validatePointerIndex(int pointerIndex, int pointerCount) { in validatePointerIndex() argument
96 checkState(pointerIndex >= 0 && pointerIndex < pointerCount, "pointerIndex out of range"); in validatePointerIndex()
213 int pointerCount, in nativeInitialize() argument
232 pointerCount, in nativeInitialize()
[all …]
DNativeInput.java542 int pointerCount = mPointerProperties.size(); in findPointerIndex() local
543 for (int i = 0; i < pointerCount; i++) { in findPointerIndex()
566 int pointerCount, in initialize() argument
582 mPointerProperties.addAll(Arrays.asList(pointerProperties).subList(0, pointerCount)); in initialize()
585 addSample(eventTime, Arrays.asList(pointerCoords).subList(0, pointerCount)); in initialize()
609 int pointerCount = other.getPointerCount(); in copyFrom() local
613 int currentStartIndex = historySize * pointerCount; in copyFrom()
616 currentStartIndex, currentStartIndex + pointerCount)); in copyFrom()
717 int pointerCount = parcel.readInt(); in readFromParcel() local
719 if (pointerCount == 0 in readFromParcel()
[all …]
DShadowVelocityTracker.java160 public int pointerCount = 0; field in ShadowVelocityTracker.Movement
168 pointerCount = event.getPointerCount(); in set()
169 pointerIds = new int[pointerCount]; in set()
172 for (int i = 0; i < pointerCount; i++) { in set()
182 pointerCount = 0; in clear()
187 return pointerCount != 0; in isSet()
/external/replicaisland/src/com/replica/replicaisland/
DMultiTouchFilter.java14 final int pointerCount = event.getPointerCount(); in updateTouch() local
15 for (int x = 0; x < pointerCount; x++) { in updateTouch()
/external/libchrome/base/android/jni_generator/
DtestMotionEvent.javap180 const #170 = Asciz pointerCount;
722 0 10 5 pointerCount I
752 0 10 5 pointerCount I
812 0 10 5 pointerCount I
DtestMotionEvent.javap7184 #170 = Utf8 pointerCount
884 0 10 5 pointerCount I
913 0 10 5 pointerCount I
971 0 10 5 pointerCount I