Searched defs:handleType (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | TextViewActions.java | 214 public static ViewAction longPressAndDragHandle(TextView textView, Handle handleType, in longPressAndDragHandle() 254 public static ViewAction doubleTapAndDragHandle(TextView textView, Handle handleType, in doubleTapAndDragHandle() 410 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex) { in dragHandle() 429 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex, in dragHandle() 525 public HandleCoordinates(TextView textView, Handle handleType, int index, boolean primary) { in HandleCoordinates()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardParserImpl_V30.java | 185 protected void handleType(VCardProperty property, final String paramValue) { in handleType() method in VCardParserImpl_V30
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 6114 @HandleType int handleType) { in SelectionHandleView()
|