Home
last modified time | relevance | path

Searched refs:THEME_ATTRS (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/v4/jellybean-mr2/android/support/v4/app/
DActionBarDrawerToggleJellybeanMR2.java31 private static final int[] THEME_ATTRS = new int[] { field in ActionBarDrawerToggleJellybeanMR2
63 final TypedArray a = context.obtainStyledAttributes(null, THEME_ATTRS, in getThemeUpIndicator()
/frameworks/support/v4/api21/android/support/v4/widget/
DDrawerLayoutCompatApi21.java33 private static final int[] THEME_ATTRS = { field in DrawerLayoutCompatApi21
78 final TypedArray a = context.obtainStyledAttributes(THEME_ATTRS); in getDefaultStatusBarBackground()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DActionBarDrawerToggleHoneycomb.java45 private static final int[] THEME_ATTRS = new int[] { field in ActionBarDrawerToggleHoneycomb
92 final TypedArray a = activity.obtainStyledAttributes(THEME_ATTRS); in getThemeUpIndicator()
/frameworks/support/v4/honeycomb/android/support/v4/app/
DActionBarDrawerToggleHoneycomb.java44 private static final int[] THEME_ATTRS = new int[] { field in ActionBarDrawerToggleHoneycomb
93 final TypedArray a = activity.obtainStyledAttributes(THEME_ATTRS); in getThemeUpIndicator()