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

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 102 PopupWindow mActionModePopup;
604 mActionModePopup = new PopupWindow(context, null,
606 mActionModePopup.setContentView(mActionModeView);
607 mActionModePopup.setWidth(ViewGroup.LayoutParams.MATCH_PARENT);
614 mActionModePopup.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
617 mActionModePopup.showAtLocation(
636 mActionModePopup == null);
642 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 168 milliseconds