Home
last modified time | relevance | path

Searched defs:handleType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java214 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/
DVCardParserImpl_V30.java185 protected void handleType(VCardProperty property, final String paramValue) { in handleType() method in VCardParserImpl_V30
/frameworks/base/core/java/android/widget/
DEditor.java6114 @HandleType int handleType) { in SelectionHandleView()