Searched refs:clearSelection (Results 1 – 3 of 3) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | BaseInputConnectionTest.java | 214 final boolean clearSelection) { in verifyDeleteSurroundingTextMain() argument 215 final CharSequence source = clearSelection ? initialState in verifyDeleteSurroundingTextMain() 220 if (clearSelection) { in verifyDeleteSurroundingTextMain() 228 } else if (clearSelection) { in verifyDeleteSurroundingTextMain() 233 clearSelection in verifyDeleteSurroundingTextMain()
|
/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/ |
D | PdfFormFillingTest.java | 637 FormEditRecord clearSelection = new FormEditRecord.Builder( in applyEdit_setChoiceSelectionOnListbox() local 661 verifyApplyEdit(LISTBOX_FORM, 0, new Point(150, 485), widgetBefore, clearSelection, in applyEdit_setChoiceSelectionOnListbox() 769 FormEditRecord clearSelection = new FormEditRecord.Builder( in applyEdit_clearSelectionOnListbox() local 793 verifyApplyEdit(LISTBOX_FORM, 0, new Point(150, 485), widgetBefore, clearSelection, in applyEdit_clearSelectionOnListbox()
|
D | PdfFormFillingPreVTest.java | 637 FormEditRecord clearSelection = new FormEditRecord.Builder( in applyEdit_setChoiceSelectionOnListbox() local 662 verifyApplyEdit(LISTBOX_FORM, 0, new Point(150, 485), widgetBefore, clearSelection, in applyEdit_setChoiceSelectionOnListbox() 771 FormEditRecord clearSelection = new FormEditRecord.Builder( in applyEdit_clearSelectionOnListbox() local 796 verifyApplyEdit(LISTBOX_FORM, 0, new Point(150, 485), widgetBefore, clearSelection, in applyEdit_clearSelectionOnListbox()
|