Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrinterInfo.java73 private final int mIconResourceId; field in PrinterInfo
99 mIconResourceId = iconResourceId; in PrinterInfo()
149 if (mIconResourceId != 0) { in loadIcon()
150 drawable = packageManager.getDrawable(packageName, mIconResourceId, appInfo); in loadIcon()
274 mIconResourceId = parcel.readInt(); in PrinterInfo()
292 parcel.writeInt(mIconResourceId); in writeToParcel()
307 result = prime * result + mIconResourceId; in hashCode()
339 if (mIconResourceId != other.mIconResourceId) { in equalsIgnoringStatus()
388 builder.append(", iconResId=").append(mIconResourceId); in toString()
403 private int mIconResourceId; field in PrinterInfo.Builder
[all …]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DOnboardingSupportFragment.java185 private int mIconResourceId; field in OnboardingSupportFragment
650 if (mIconResourceId != 0) { in hideLogoView()
651 mMainIconView.setImageResource(mIconResourceId); in hideLogoView()
1008 this.mIconResourceId = resourceId; in setIconResouceId()
1019 return mIconResourceId; in getIconResourceId()
DOnboardingFragment.java188 private int mIconResourceId; field in OnboardingFragment
653 if (mIconResourceId != 0) { in hideLogoView()
654 mMainIconView.setImageResource(mIconResourceId); in hideLogoView()
1011 this.mIconResourceId = resourceId; in setIconResouceId()
1022 return mIconResourceId; in getIconResourceId()