Searched refs:actionBarTheme (Results 1 – 6 of 6) sorted by relevance
124 ResourceValue actionBarTheme = in getInflater() local126 if (actionBarTheme != null) { in getInflater()128 actionBarTheme = resources.resolveResValue(actionBarTheme); in getInflater()130 if (actionBarTheme instanceof StyleResourceValue) { in getInflater()131 int styleId = context.getDynamicIdByStyle(((StyleResourceValue) actionBarTheme)); in getInflater()
1846 baseTheme.resolveAttribute(R.attr.actionBarTheme, outValue, true); in createStandaloneActionMode()1850 final Resources.Theme actionBarTheme = mContext.getResources().newTheme(); in createStandaloneActionMode() local1851 actionBarTheme.setTo(baseTheme); in createStandaloneActionMode()1852 actionBarTheme.applyStyle(outValue.resourceId, true); in createStandaloneActionMode()1855 actionBarContext.getTheme().setTo(actionBarTheme); in createStandaloneActionMode()
1334 baseTheme.resolveAttribute(R.attr.actionBarTheme, outValue, true); in initializePanelMenu()
255 field public static final int actionBarTheme = 16843825; // 0x1010431
244 field public static final int actionBarTheme = 16843825; // 0x1010431
96297 Lcom/android/internal/R$attr;->actionBarTheme:I