HomeSort by relevance Sort by last modified time
    Searched refs:useLightOnPrimaryColor (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
Task.java 158 public boolean useLightOnPrimaryColor;
217 this.useLightOnPrimaryColor = Utilities.computeContrastBetweenColors(this.colorPrimary,
245 this.useLightOnPrimaryColor = o.useLightOnPrimaryColor;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewHeader.java 457 mTitleView.setTextColor(t.useLightOnPrimaryColor ?
459 mDismissButton.setImageDrawable(t.useLightOnPrimaryColor ?
471 mMoveTaskButton.setImageDrawable(t.useLightOnPrimaryColor
476 mMoveTaskButton.setImageDrawable(t.useLightOnPrimaryColor
492 getSecondaryColor(t.colorPrimary, t.useLightOnPrimaryColor),
659 mAppTitleView.setTextColor(mTask.useLightOnPrimaryColor ?
663 mAppInfoView.setImageDrawable(mTask.useLightOnPrimaryColor

Completed in 333 milliseconds