Searched refs:handleType (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | TextViewActions.java | 313 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex) { in dragHandle() argument 314 return dragHandle(textView, handleType, endIndex, true); in dragHandle() 332 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex, in dragHandle() argument 338 new HandleCoordinates(textView, handleType, endIndex, primary), in dragHandle() 407 public HandleCoordinates(TextView textView, Handle handleType, int index, boolean primary) { in HandleCoordinates() argument 409 mHandleType = handleType; in HandleCoordinates() 412 mActionDescription = "Could not locate " + handleType.toString() in HandleCoordinates()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardParserImpl_V30.java | 159 handleType(property, paramValue); in handleParamWithoutName() 175 protected void handleType(VCardProperty property, final String paramValue) { in handleType() method in VCardParserImpl_V30
|
D | VCardParserImpl_V21.java | 449 handleType(propertyData, paramValue); 472 handleType(propertyData, paramValue); 478 protected void handleType(VCardProperty propertyData, final String ptypeval) {
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 4651 @HandleType int handleType) { in SelectionHandleView() argument 4653 mHandleType = handleType; in SelectionHandleView()
|