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

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV9.java 749 final Context actionBarContext;
755 actionBarContext = new ContextThemeWrapper(mContext, 0);
756 actionBarContext.getTheme().setTo(actionBarTheme);
758 actionBarContext = mContext;
761 mActionModeView = new ActionBarContextView(actionBarContext);
762 mActionModePopup = new PopupWindow(actionBarContext, null,
769 actionBarContext.getTheme().resolveAttribute(
772 actionBarContext.getResources().getDisplayMetrics());
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 43 milliseconds