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

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
AppCompatActionBar.java 98 ResourceValue actionBarTheme = resources.findItemInTheme("actionBarTheme", false);
99 if (actionBarTheme != null) {
101 actionBarTheme = resources.resolveResValue(actionBarTheme);
103 if (actionBarTheme instanceof StyleResourceValue) {
104 int styleId = context.getDynamicIdByStyle(((StyleResourceValue) actionBarTheme));
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV7.java 344 * ContextThemeWrapper pointing to actionBarTheme.
347 mContext.getTheme().resolveAttribute(R.attr.actionBarTheme, outValue, true);
681 baseTheme.resolveAttribute(R.attr.actionBarTheme, outValue, true);
685 final Resources.Theme actionBarTheme = mContext.getResources().newTheme();
686 actionBarTheme.setTo(baseTheme);
687 actionBarTheme.applyStyle(outValue.resourceId, true);
690 actionBarContext.getTheme().setTo(actionBarTheme);
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
adapters-1.0-rc1.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 285 milliseconds