HomeSort by relevance Sort by last modified time
    Searched full:pkgicon (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/res/layout/
notification_info_row.xml 32 android:id="@+id/pkgicon"
50 android:layout_toEndOf="@id/pkgicon"
notification_log_row.xml 36 android:layout_toEndOf="@id/pkgicon"
94 android:id="@+id/pkgicon"
  /packages/apps/Settings/src/com/android/settings/
NotificationStation.java 186 public Drawable pkgicon; field in class:NotificationStation.HistoricalNotificationInfo
212 info.pkgicon = loadPackageIconDrawable(info.pkg, info.user);
323 if (info.pkgicon != null) {
324 ((ImageView) row.findViewById(R.id.pkgicon)).setImageDrawable(info.pkgicon);

Completed in 61 milliseconds