Searched refs:mIconRes (Results 1 – 3 of 3) sorted by relevance
990 private int mIconRes; field in ActivityManager.TaskDescription1078 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 …]
203 int mIconRes; field in PhoneWindow1759 mIconRes = resId; in setIcon()1772 mIconRes = resId; in setDefaultIcon()2719 (mIconRes != 0 && !mDecorContentParent.hasIcon())) {2720 mDecorContentParent.setIcon(mIconRes);2722 mIconRes == 0 && !mDecorContentParent.hasIcon()) {
1464 Landroid/app/ActivityManager$TaskDescription;->mIconRes:I