Home
last modified time | relevance | path

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

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