Home
last modified time | relevance | path

Searched refs:mIconRes (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DActivityManager.java983 private int mIconRes; field in ActivityManager.TaskDescription
1071 mIconRes = iconRes; in TaskDescription()
1096 mIconRes = other.mIconRes; in copyFrom()
1115 mIconRes = other.mIconRes; in copyFromPreserveHiddenFields()
1196 mIconRes = iconRes; in setIcon()
1229 return mIconRes; in getIconResource()
1335 if (mIconRes != 0) { in saveToXml()
1336 out.attribute(null, ATTR_TASKDESCRIPTIONICON_RESOURCE, Integer.toString(mIconRes)); in saveToXml()
1374 dest.writeInt(mIconRes); in writeToParcel()
1392 mIconRes = source.readInt(); in readFromParcel()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java90 private int mIconRes; field in LockIcon
238 if (iconRes != mIconRes) { in update()
239 mIconRes = iconRes; in update()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java203 int mIconRes; field in PhoneWindow
1759 mIconRes = resId; in setIcon()
1772 mIconRes = resId; in setDefaultIcon()
2719 (mIconRes != 0 && !mDecorContentParent.hasIcon())) {
2720 mDecorContentParent.setIcon(mIconRes);
2722 mIconRes == 0 && !mDecorContentParent.hasIcon()) {
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt1647 Landroid/app/ActivityManager$TaskDescription;->mIconRes:I