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

/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java188 int mIconRes; field in class:PhoneWindow
1740 mIconRes = resId;
1753 mIconRes = resId;
2697 (mIconRes != 0 && !mDecorContentParent.hasIcon())) {
2698 mDecorContentParent.setIcon(mIconRes);
2700 mIconRes == 0 && !mDecorContentParent.hasIcon()) {
/frameworks/base/core/java/android/app/
H A DActivityManager.java1058 private int mIconRes; field in class:ActivityManager.TaskDescription
1142 mIconRes = iconRes;
1164 mIconRes = other.mIconRes;
1180 mIconRes = other.mIconRes;
1257 mIconRes = iconRes;
1290 return mIconRes;
1362 if (mIconRes != 0) {
1363 out.attribute(null, ATTR_TASKDESCRIPTIONICON_RESOURCE, Integer.toString(mIconRes));
[all...]

Completed in 78 milliseconds