Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityManager.java990 private int mIconRes; field in ActivityManager.TaskDescription
1078 mIconRes = iconRes; in TaskDescription()
1103 mIconRes = other.mIconRes; in copyFrom()
1122 mIconRes = other.mIconRes; in copyFromPreserveHiddenFields()
1203 mIconRes = iconRes; in setIcon()
1236 return mIconRes; in getIconResource()
1342 if (mIconRes != 0) { in saveToXml()
1343 out.attribute(null, ATTR_TASKDESCRIPTIONICON_RESOURCE, Integer.toString(mIconRes)); in saveToXml()
1381 dest.writeInt(mIconRes); in writeToParcel()
1399 mIconRes = source.readInt(); in readFromParcel()
[all …]
/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.txt1464 Landroid/app/ActivityManager$TaskDescription;->mIconRes:I