Home
last modified time | relevance | path

Searched refs:getSelection (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
DSelectionBuilder.java82 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/
DLayoutTest.java325 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/
DCursorLoader.java214 public String getSelection() { in getSelection() method in CursorLoader
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java387 textView.getLayout().getSelection(startTransformed, endTransformed, consumer); in convertSelectionToRectangles()
/frameworks/base/core/java/android/text/
DLayout.java3060 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/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt14693 HSPLandroid/text/Layout;->getSelection(IILandroid/text/Layout$SelectionRectangleConsumer;)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7391 method public java.lang.String getSelection();
/frameworks/base/config/
Dboot-image-profile.txt14757 HSPLandroid/text/Layout;->getSelection(IILandroid/text/Layout$SelectionRectangleConsumer;)V
/frameworks/base/core/api/
Dcurrent.txt10939 method @Deprecated public String getSelection();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55542 Landroid/text/Layout;->getSelection(IILandroid/text/Layout$SelectionRectangleConsumer;)V