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

/packages/apps/Email/src/com/android/email/
H A DResourceHelper.java34 private final int[] mAccountColors; field in class:ResourceHelper
43 mAccountColors = mResources.getIntArray(R.array.combined_view_account_colors);
44 mAccountColorPaints = new Paint[mAccountColors.length];
45 for (int i = 0; i < mAccountColors.length; i++) {
47 p.setColor(mAccountColors[i]);
62 return Math.abs((int) ((accountId - 1) % mAccountColors.length));
69 return mAccountColors[getAccountColorIndex(accountId)];

Completed in 150 milliseconds