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

/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java506 ActionModeImpl mode = new ActionModeImpl(mContextView.getContext(), callback);
982 public class ActionModeImpl extends ActionMode implements MenuBuilder.Callback { class in class:WindowDecorActionBar
989 public ActionModeImpl( method in class:WindowDecorActionBar.ActionModeImpl
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DWindowDecorActionBar.java109 ActionModeImpl mActionMode;
511 ActionModeImpl mode = new ActionModeImpl(mContextView.getContext(), callback);
965 public class ActionModeImpl extends ActionMode implements MenuBuilder.Callback { class in class:WindowDecorActionBar
972 public ActionModeImpl(Context context, ActionMode.Callback callback) { method in class:WindowDecorActionBar.ActionModeImpl

Completed in 17 milliseconds