HomeSort by relevance Sort by last modified time
    Searched defs:mIconResourceId (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarNavigationButton.java 31 private int mIconResourceId;
46 mIconResourceId = typedArray.getResourceId(
49 R.styleable.CarNavigationButton_selectedIcon, mIconResourceId);
106 setImageResource(mSelected ? mSelectedIconResourceId : mIconResourceId);
CarFacetButton.java 46 private int mIconResourceId;
126 mIconResourceId = styledAttributes.getResourceId(R.styleable.CarFacetButton_icon, 0);
127 mIcon.setImageResource(mIconResourceId);
129 R.styleable.CarFacetButton_selectedIcon, mIconResourceId);
183 mIcon.setImageResource(mSelected ? mSelectedIconResourceId : mIconResourceId);
  /frameworks/base/core/java/android/print/
PrinterInfo.java 77 private final int mIconResourceId;
103 mIconResourceId = iconResourceId;
153 if (mIconResourceId != 0) {
154 drawable = packageManager.getDrawable(packageName, mIconResourceId, appInfo);
278 mIconResourceId = parcel.readInt();
296 parcel.writeInt(mIconResourceId);
311 result = prime * result + mIconResourceId;
343 if (mIconResourceId != other.mIconResourceId) {
392 builder.append(", iconResId=").append(mIconResourceId);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseContentFragment.java 88 private int mIconResourceId;
108 if (mIconResourceId == 0) {
109 mIconResourceId = state.getInt(EXTRA_ICON_RESOURCE_ID, 0);
123 outState.putInt(EXTRA_ICON_RESOURCE_ID, mIconResourceId);
186 return mIconResourceId;
283 mIconResourceId = iconResourceId;
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
OnboardingFragment.java 192 private int mIconResourceId;
657 if (mIconResourceId != 0) {
658 mMainIconView.setImageResource(mIconResourceId);
    [all...]
OnboardingSupportFragment.java 187 private int mIconResourceId;
652 if (mIconResourceId != 0) {
653 mMainIconView.setImageResource(mIconResourceId);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java 117 private final int mIconResourceId;
151 mIconResourceId = iconResourceId;
227 return mIconResourceId;
    [all...]

Completed in 282 milliseconds