Searched defs:ATTR_TASKDESCRIPTIONCOLOR (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityManager.java517 private static final String ATTR_TASKDESCRIPTIONCOLOR = field in class:ActivityManager.TaskDescription
680 out.attribute(null, ATTR_TASKDESCRIPTIONCOLOR, Integer.toHexString(mColorPrimary));
691 } else if (ATTR_TASKDESCRIPTIONCOLOR.equals(attrName)) {

Completed in 36 milliseconds