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

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 90 PopupWindow mActionModePopup;
610 mActionModePopup = new PopupWindow(context, null,
612 mActionModePopup.setContentView(mActionModeView);
613 mActionModePopup.setWidth(ViewGroup.LayoutParams.MATCH_PARENT);
620 mActionModePopup.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
623 mActionModePopup.showAtLocation(
642 mActionModePopup == null);
648 if (mActionModePopup != null) {
    [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 30 milliseconds