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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTask.java159 public boolean useLightOnPrimaryColor; field in class:Task
221 this.useLightOnPrimaryColor = Utilities.computeContrastBetweenColors(this.colorPrimary,
250 this.useLightOnPrimaryColor = o.useLightOnPrimaryColor;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java475 mTitleView.setTextColor(t.useLightOnPrimaryColor ?
477 mDismissButton.setImageDrawable(t.useLightOnPrimaryColor ?
489 mMoveTaskButton.setImageDrawable(t.useLightOnPrimaryColor
494 mMoveTaskButton.setImageDrawable(t.useLightOnPrimaryColor
510 getSecondaryColor(t.colorPrimary, t.useLightOnPrimaryColor),
674 mAppTitleView.setTextColor(mTask.useLightOnPrimaryColor ?
678 mAppInfoView.setImageDrawable(mTask.useLightOnPrimaryColor

Completed in 70 milliseconds