HomeSort by relevance Sort by last modified time
    Searched refs:onAction (Results 1 - 8 of 8) sorted by null

  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 361 mManager.onAction(MODE_RESET);
542 mManager.onAction(MODE_START_EDIT);
547 mManager.onAction(MODE_END_EDIT);
551 mManager.onAction(MODE_RESET);
556 mManager.onAction(MODE_COPY);
561 mManager.onAction(MODE_CUT);
566 mManager.onAction(MODE_PASTE);
571 mManager.onAction(MODE_SIZE);
576 mManager.onAction(MODE_COLOR);
581 mManager.onAction(MODE_BGCOLOR)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java 49 void onAction(Action action);
290 mListener.onAction(Action.START_SEARCH_MODE);
312 mListener.onAction(Action.STOP_SEARCH_MODE);
333 mListener.onAction(Action.CHANGE_SEARCH_QUERY);
PeopleActivity.java 560 public void onAction(Action action) {
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
HomeXLarge.java 63 public void onAction(int id) {
  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 303 // mLister.onAction can take it from here without logging
305 mListener.onAction(url, extra, source);
344 public void onAction(String text, String extra, String source);
NavigationBarBase.java 179 public void onAction(String text, String extra, String source) {
NavigationBarTablet.java 185 onAction(mUrlInput.getText().toString(), null,
  /external/llvm/utils/TableGen/
LLVMCConfigurationEmitter.cpp     [all...]

Completed in 504 milliseconds