Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityManager.java1058 private int mIconRes; field in ActivityManager.TaskDescription
1142 mIconRes = iconRes; in TaskDescription()
1164 mIconRes = other.mIconRes; in copyFrom()
1180 mIconRes = other.mIconRes; in copyFromPreserveHiddenFields()
1257 mIconRes = iconRes; in setIcon()
1290 return mIconRes; in getIconResource()
1362 if (mIconRes != 0) { in saveToXml()
1363 out.attribute(null, ATTR_TASKDESCRIPTIONICON_RESOURCE, Integer.toString(mIconRes)); in saveToXml()
1401 dest.writeInt(mIconRes); in writeToParcel()
1417 mIconRes = source.readInt(); in readFromParcel()
[all …]
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java188 int mIconRes; field in PhoneWindow
1740 mIconRes = resId; in setIcon()
1753 mIconRes = resId; in setDefaultIcon()
2697 (mIconRes != 0 && !mDecorContentParent.hasIcon())) {
2698 mDecorContentParent.setIcon(mIconRes);
2700 mIconRes == 0 && !mDecorContentParent.hasIcon()) {
/frameworks/base/config/
Dhiddenapi-private-dex.txt1786 Landroid/app/ActivityManager$TaskDescription;->mIconRes:I