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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DThemeUtils.java39 private static final int[] TEMP_ARRAY = new int[1]; field in class:ThemeUtils
62 TEMP_ARRAY[0] = attr;
63 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, null, TEMP_ARRAY);
72 TEMP_ARRAY[0] = attr;
73 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, null, TEMP_ARRAY);
/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java41 private static final ThreadLocal<double[]> TEMP_ARRAY = new ThreadLocal<>(); field in class:ColorUtils
610 double[] result = TEMP_ARRAY.get();
613 TEMP_ARRAY.set(result);
/frameworks/support/core-utils/java/android/support/v4/graphics/
H A DColorUtils.java40 private static final ThreadLocal<double[]> TEMP_ARRAY = new ThreadLocal<>(); field in class:ColorUtils
610 double[] result = TEMP_ARRAY.get();
613 TEMP_ARRAY.set(result);
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java564 private static final ThreadLocal<double[]> TEMP_ARRAY = new ThreadLocal<>(); field in class:NotificationColorUtil.ColorUtilsFromCompat
850 double[] result = TEMP_ARRAY.get();
853 TEMP_ARRAY.set(result);

Completed in 4716 milliseconds