Home
last modified time | relevance | path

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

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