HomeSort by relevance Sort by last modified time
    Searched defs:mActionModeView (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 89 ActionBarContextView mActionModeView;
607 if (mActionModeView == null) {
609 mActionModeView = new ActionBarContextView(context);
612 mActionModePopup.setContentView(mActionModeView);
619 mActionModeView.setContentHeight(height);
624 mActionModeView,
634 mActionModeView = (ActionBarContextView) stub.inflate();
639 if (mActionModeView != null) {
640 mActionModeView.killMode();
641 ActionMode mode = new StandaloneActionMode(context, mActionModeView, wrappedCallback
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 44 milliseconds