HomeSort by relevance Sort by last modified time
    Searched refs:TOOL_TYPE_FINGER (Results 1 - 25 of 31) sorted by null

1 2

  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
IntegratedDownloadsUiTest.java 65 Configurator.getInstance().setToolType(MotionEvent.TOOL_TYPE_FINGER);
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
MotionEvents.java 34 return e.getToolType(0) == MotionEvent.TOOL_TYPE_FINGER;
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 110 case MotionEvent.TOOL_TYPE_FINGER:
  /developers/samples/android/input/gestures/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 110 case MotionEvent.TOOL_TYPE_FINGER:
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
GestureListener.java 110 case MotionEvent.TOOL_TYPE_FINGER:
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
MotionEvents.java 37 return e.getToolType(0) == MotionEvent.TOOL_TYPE_FINGER;
SelectionTracker.java 472 MotionEvent.TOOL_TYPE_FINGER,
608 * {@link MotionEvent#TOOL_TYPE_FINGER} and {@link MotionEvent#TOOL_TYPE_UNKNOWN}.
  /frameworks/base/core/tests/coretests/src/android/view/
PinchZoomAction.java 63 pp1.toolType = MotionEvent.TOOL_TYPE_FINGER;
66 pp2.toolType = MotionEvent.TOOL_TYPE_FINGER;
  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
TestEvents.java 76 MotionEvent.TOOL_TYPE_FINGER,
189 type(MotionEvent.TOOL_TYPE_FINGER);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestEvents.java 75 MotionEvent.TOOL_TYPE_FINGER,
188 type(MotionEvent.TOOL_TYPE_FINGER);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/testing/
TestEvents.java 75 MotionEvent.TOOL_TYPE_FINGER,
188 type(MotionEvent.TOOL_TYPE_FINGER);
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/demo/
SelectionDemoActivity.java 171 eventRouter.register(MotionEvent.TOOL_TYPE_FINGER, gestureHelper);
174 gestureRouter.register(MotionEvent.TOOL_TYPE_FINGER, touchHandler);
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 167 withProperties(0, MotionEvent.TOOL_TYPE_FINGER);
169 withProperties(1, MotionEvent.TOOL_TYPE_FINGER);
429 withProperties(0, MotionEvent.TOOL_TYPE_FINGER);
431 withProperties(1, MotionEvent.TOOL_TYPE_FINGER);
460 withProperties(0, MotionEvent.TOOL_TYPE_FINGER);
462 withProperties(1, MotionEvent.TOOL_TYPE_FINGER);
    [all...]
TouchDelegateTest.java 169 properties[i].toolType = MotionEvent.TOOL_TYPE_FINGER;
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
MagnificationGestureHandlerTest.java 570 defPointerProperties.toolType = MotionEvent.TOOL_TYPE_FINGER;
573 pointerProperties.toolType = MotionEvent.TOOL_TYPE_FINGER;
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTestCase.java 67 Configurator.getInstance().setToolType(MotionEvent.TOOL_TYPE_FINGER);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
GestureBot.java 57 Configurator.getInstance().setToolType(MotionEvent.TOOL_TYPE_FINGER);
DirectoryListBot.java 170 Configurator.getInstance().setToolType(MotionEvent.TOOL_TYPE_FINGER);
  /packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
TouchEventGenerator.java 251 property.toolType = MotionEvent.TOOL_TYPE_FINGER;
  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
GestureRouterTest.java 56 mRouter.register(MotionEvent.TOOL_TYPE_FINGER, mAlt);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
GestureRouterTest.java 56 mRouter.register(MotionEvent.TOOL_TYPE_FINGER, mAlt);
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
InteractionController.java 701 prop.toolType = MotionEvent.TOOL_TYPE_FINGER;
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 948 milliseconds

1 2