Searched refs:deleteSelection (Results 1 – 5 of 5) sorted by relevance
102 suspend fun deleteSelection(456 override suspend fun deleteSelection(
122 override suspend fun deleteSelection(slotId: String, affordanceId: String) {
175 return runBlocking(mainDispatcher) { deleteSelection(uri, selectionArgs) }354 private suspend fun deleteSelection(
330 if (deleteSelection(view, content)) { in backspaceOrForwardDelete()426 private boolean deleteSelection(View view, Editable content) { in deleteSelection() method in BaseKeyListener
56287 Landroid/text/method/BaseKeyListener;->deleteSelection(Landroid/view/View;Landroid/text/Editable;)Z