Searched defs:announceConfirmation (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java186 announceConfirmation(R.string.item_added_to_workspace);
211 announceConfirmation(R.string.item_moved);
309 announceConfirmation(mLauncher.getString(R.string.widget_resized, info.spanX, info.spanY));
312 @Thunk void announceConfirmation(int resId) { method in class:LauncherAccessibilityDelegate
313 announceConfirmation(mLauncher.getResources().getString(resId));
316 @Thunk void announceConfirmation(String confirmation) { method in class:LauncherAccessibilityDelegate
351 announceConfirmation(confirmation);

Completed in 97 milliseconds