Searched refs:mIconRes (Results 1 – 3 of 3) sorted by relevance
231 int mIconRes; field in PhoneWindow1808 mIconRes = resId; in setIcon()1821 mIconRes = resId; in setDefaultIcon()2797 (mIconRes != 0 && !mDecorContentParent.hasIcon())) {2798 mDecorContentParent.setIcon(mIconRes);2800 mIconRes == 0 && !mDecorContentParent.hasIcon()) {
1576 private int mIconRes = Resources.ID_NULL; field in ActivityManager.TaskDescription.Builder1601 this.mIconRes = iconRes; in setIcon()1656 final Icon icon = mIconRes == Resources.ID_NULL ? null : in build()1657 Icon.createWithResource(ActivityThread.currentPackageName(), mIconRes); in build()
1464 Landroid/app/ActivityManager$TaskDescription;->mIconRes:I