/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 | 325 layout.getSelection(5 /* startIndex */, 5 /* endIndex */, in testGetSelectionWithEmptySelection() 340 layout.getSelection(0 /* startIndex */, 1 /* endIndex */, in testGetSelectionWithASingleLineSelection() 371 layout.getSelection(0 /* startIndex */, 2 /* endIndex */, in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter() 417 layout.getSelection(0 /* startIndex */, 3 /* endIndex */, 460 layout.getSelection(0 /* startIndex */, 1 /* endIndex */, in testGetSelectionPathWithASingleLineSelection() 491 layout.getSelection(0 /* startIndex */, 2 /* endIndex */, in testGetSelection_latinTextDirection() 502 layout.getSelection(0 /* startIndex */, 2 /* endIndex */, in testGetSelection_arabicTextDirection() 515 layout.getSelection(0 /* startIndex */, 6 /* endIndex */, in testGetSelection_mixedLatinAndArabicTextDirection()
|
/frameworks/base/core/java/android/content/ |
D | CursorLoader.java | 214 public String getSelection() { in getSelection() method in CursorLoader
|
/frameworks/base/core/java/android/widget/ |
D | SelectionActionModeHelper.java | 387 textView.getLayout().getSelection(startTransformed, endTransformed, consumer); in convertSelectionToRectangles()
|
/frameworks/base/core/java/android/text/ |
D | Layout.java | 3060 getSelection(start, end, (left, top, right, bottom, textSelectionLayout) -> in getSelectionPath() 3075 public final void getSelection(int start, int end, final SelectionRectangleConsumer consumer) { in getSelection() method in Layout
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 14693 HSPLandroid/text/Layout;->getSelection(IILandroid/text/Layout$SelectionRectangleConsumer;)V
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 7391 method public java.lang.String getSelection();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14757 HSPLandroid/text/Layout;->getSelection(IILandroid/text/Layout$SelectionRectangleConsumer;)V
|
/frameworks/base/core/api/ |
D | current.txt | 10939 method @Deprecated public String getSelection();
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 55542 Landroid/text/Layout;->getSelection(IILandroid/text/Layout$SelectionRectangleConsumer;)V
|