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

/packages/apps/Email/provider_src/com/android/email/
H A DResourceHelper.java35 private final Paint[] mAccountColorPaints; field in class:ResourceHelper
44 mAccountColorPaints = new Paint[mAccountColors.length];
48 mAccountColorPaints[i] = p;
85 return mAccountColorPaints[getAccountColorIndex(accountId)];

Completed in 933 milliseconds