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.java330 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex) { in dragHandle()
349 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex, in dragHandle()
424 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.java5340 @HandleType int handleType) { in SelectionHandleView()