Searched refs:TEMP_ARRAY (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DThemeUtils.java43 private static final int[] TEMP_ARRAY = new int[1]; field in class:ThemeUtils
66 TEMP_ARRAY[0] = attr;
67 TypedArray a = context.obtainStyledAttributes(null, TEMP_ARRAY);
76 TEMP_ARRAY[0] = attr;
77 TypedArray a = context.obtainStyledAttributes(null, TEMP_ARRAY);

Completed in 21 milliseconds