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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java68 int mCurrentPrimaryColor; field in class:TaskViewHeader
210 mCurrentPrimaryColor = t.colorPrimary;
346 int secondaryColor = getSecondaryColor(mCurrentPrimaryColor, mCurrentPrimaryColorIsDark);
365 int lightPrimaryColor = getSecondaryColor(mCurrentPrimaryColor, mCurrentPrimaryColorIsDark);
399 currentColor, mCurrentPrimaryColor);

Completed in 38 milliseconds