/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
InteractionController.java | 31 import android.view.MotionEvent.PointerCoords; 664 * all of its touch steps defined in an array of {@link PointerCoords}. By having the ability 671 * PointerCoords p = new PointerCoords(); 677 * @param touches each array of {@link PointerCoords} constitute a single pointer's touch path. 678 * Multiple {@link PointerCoords} arrays constitute multiple pointers, each with its own 679 * path. Each {@link PointerCoords} in an array constitute a point on a pointer's path. 684 public boolean performMultiPointerGesture(PointerCoords[] ... touches) { 697 PointerCoords[] pointerCoords = new PointerCoords[touches.length] [all...] |
/frameworks/base/libs/input/ |
PointerController.h | 104 virtual void setSpots(const PointerCoords* spotCoords,
|
PointerController.cpp | 292 void PointerController::setSpots(const PointerCoords* spotCoords, 299 const PointerCoords& c = spotCoords[spotIdToIndex[id]]; 314 const PointerCoords& c = spotCoords[spotIdToIndex[id]];
|
/frameworks/native/services/inputflinger/ |
InputReader.h | 820 PointerCoords pointerCoords[MAX_POINTERS]; 828 inline const PointerCoords& pointerCoordsForId(uint32_t id) const { 829 return pointerCoords[idToIndex[id]]; 832 inline PointerCoords& editPointerCoordsWithId(uint32_t id) { 833 return pointerCoords[idToIndex[id]]; [all...] |
InputListener.cpp | 73 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, 82 this->pointerCoords[i].copyFrom(pointerCoords[i]); 95 pointerCoords[i].copyFrom(other.pointerCoords[i]);
|
InputDispatcher.h | 524 PointerCoords pointerCoords[MAX_POINTERS]; 532 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, 776 PointerCoords pointerCoords[MAX_POINTERS]; [all...] |
InputReader.cpp | [all...] |
InputDispatcher.cpp | 447 int32_t x = int32_t(motionEntry->pointerCoords[0]. 449 int32_t y = int32_t(motionEntry->pointerCoords[0]. [all...] |
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityGestureDispatchTest.java | 273 MotionEvent.PointerCoords coords0 = new MotionEvent.PointerCoords(); 274 MotionEvent.PointerCoords coords1 = new MotionEvent.PointerCoords(); 558 private float distance(MotionEvent.PointerCoords point1, MotionEvent.PointerCoords point2) {
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
TouchExplorer.java | 26 import android.view.MotionEvent.PointerCoords; 433 PointerCoords[] coords = new PointerCoords[1]; 434 coords[0] = new PointerCoords(); [all...] |
MotionEventInjector.java | 65 private static MotionEvent.PointerCoords[] sPointerCoords; 452 sPointerCoords = new MotionEvent.PointerCoords[touchPointsSize]; 454 sPointerCoords[i] = new MotionEvent.PointerCoords();
|
/frameworks/base/core/jni/ |
android_view_MotionEvent.cpp | 146 "pointerCoords array must not be null"); 152 "pointerCoords array must be large enough to hold all pointers"); 179 "pointerCoords must not be null"); 195 float xOffset, float yOffset, PointerCoords* outRawPointerCoords) { 258 static void pointerCoordsFromNative(JNIEnv* env, const PointerCoords* rawPointerCoords, 354 PointerCoords rawPointerCoords[pointerCount]; 366 jniThrowNullPointerException(env, "pointerCoords"); 401 PointerCoords rawPointerCoords[pointerCount]; 406 jniThrowNullPointerException(env, "pointerCoords"); 427 const PointerCoords* rawPointerCoords [all...] |
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
DirectoryListBot.java | 313 MotionEvent.PointerCoords[] pointerCoords = {new MotionEvent.PointerCoords()}; 314 pointerCoords[0].clear(); 315 pointerCoords[0].x = x; 316 pointerCoords[0].y = y; 317 pointerCoords[0].pressure = 0; 318 pointerCoords[0].size = 1; 326 pointerCoords,
|
/frameworks/native/services/inputflinger/tests/ |
InputDispatcher_test.cpp | 144 PointerCoords pointerCoords[MAX_POINTERS + 1]; 148 pointerCoords[i].clear(); 155 /*pointerCount*/ 1, pointerProperties, pointerCoords); 166 /*pointerCount*/ 1, pointerProperties, pointerCoords); 176 /*pointerCount*/ 1, pointerProperties, pointerCoords); 187 /*pointerCount*/ 1, pointerProperties, pointerCoords); 197 /*pointerCount*/ 1, pointerProperties, pointerCoords); 207 /*pointerCount*/ 0, pointerProperties, pointerCoords); 216 /*pointerCount*/ MAX_POINTERS + 1, pointerProperties, pointerCoords); [all...] |
InputReader_test.cpp | 120 virtual void setSpots(const PointerCoords*, const uint32_t*, BitSet32) { [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
MotionEventInjectorTest.java | [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
ViewTest.java | 390 MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[1]; 391 pointerCoords[0] = new MotionEvent.PointerCoords(); 392 pointerCoords[0].x = x; 393 pointerCoords[0].y = y; 399 1, pointerIds, pointerCoords, 0, 0, 0, 0, 0, InputDevice.SOURCE_MOUSE, 0); [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
TextViewTest.java | [all...] |
/frameworks/base/ |
preloaded-classes | [all...] |
compiled-classes-phone | [all...] |
/external/robolectric/v1/lib/main/ |
android.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |
/prebuilts/sdk/26/ |
android.jar | |