Searched refs:getSelection (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/content/ |
D | SelectionBuilder.java | 82 public String getSelection() { in getSelection() method in SelectionBuilder 108 return db.query(table, columns, getSelection(), getSelectionArgs(), groupBy, having, in query() 116 return db.update(table, values, getSelection(), getSelectionArgs()); in update() 123 return db.delete(table, getSelection(), getSelectionArgs()); in delete()
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | LayoutTest.java | 305 layout.getSelection(5 /* startIndex */, 5 /* endIndex */, in testGetSelectionWithEmptySelection() 320 layout.getSelection(0 /* startIndex */, 1 /* endIndex */, in testGetSelectionWithASingleLineSelection() 351 layout.getSelection(0 /* startIndex */, 2 /* endIndex */, in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter() 397 layout.getSelection(0 /* startIndex */, 3 /* endIndex */, 440 layout.getSelection(0 /* startIndex */, 1 /* endIndex */, in testGetSelectionPathWithASingleLineSelection() 471 layout.getSelection(0 /* startIndex */, 2 /* endIndex */, in testGetSelection_latinTextDirection() 482 layout.getSelection(0 /* startIndex */, 2 /* endIndex */, in testGetSelection_arabicTextDirection() 495 layout.getSelection(0 /* startIndex */, 6 /* endIndex */, in testGetSelection_mixedLatinAndArabicTextDirection()
|
/frameworks/base/core/java/android/content/ |
D | CursorLoader.java | 213 public String getSelection() { in getSelection() method in CursorLoader
|
/frameworks/base/core/java/android/text/ |
D | Layout.java | 1983 getSelection(start, end, (left, top, right, bottom, textSelectionLayout) -> in getSelectionPath() 1998 public final void getSelection(int start, int end, final SelectionRectangleConsumer consumer) { in getSelection() method in Layout
|
/frameworks/base/core/java/android/widget/ |
D | SelectionActionModeHelper.java | 344 layout.getSelection(start, end, consumer); in convertSelectionToRectangles()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |