Searched refs:ACTION_POINTER_1_DOWN (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | MultiTouchInputMapper_test.cpp | 46 static constexpr int32_t ACTION_POINTER_1_DOWN = variable 194 WithMotionAction(ACTION_POINTER_1_DOWN)))); in TEST_F() 236 WithMotionAction(ACTION_POINTER_1_DOWN)))); in TEST_F()
|
D | InputReader_test.cpp | 90 static constexpr int32_t ACTION_POINTER_1_DOWN = variable 1798 ASSERT_EQ(ACTION_POINTER_1_DOWN, args.action); in TEST_P() 1852 assertReceivedMotion(ACTION_POINTER_1_DOWN, {centerPoint, secondPoint}); in TEST_P() 1895 assertReceivedMotion(ACTION_POINTER_1_DOWN, {centerPoint, secondPoint}); in TEST_P() 1937 ASSERT_EQ(ACTION_POINTER_1_DOWN, args.action); in TEST_P() 7256 ASSERT_EQ(ACTION_POINTER_1_DOWN, motionArgs.action); in TEST_F() 7566 ASSERT_EQ(ACTION_POINTER_1_DOWN, motionArgs.action); in TEST_F() 7736 ASSERT_EQ(ACTION_POINTER_1_DOWN, motionArgs.action); in TEST_F() 8003 ASSERT_EQ(ACTION_POINTER_1_DOWN, args.action); in TEST_F() 9202 ASSERT_EQ(ACTION_POINTER_1_DOWN, motionArgs.action); in TEST_F() [all …]
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 398 public static final int ACTION_POINTER_1_DOWN = ACTION_POINTER_DOWN | 0x0000; field in MotionEvent
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32979 field public static final deprecated int ACTION_POINTER_1_DOWN = 5; // 0x5
|
/frameworks/base/core/api/ |
D | current.txt | 51873 field @Deprecated public static final int ACTION_POINTER_1_DOWN = 5; // 0x5
|