Searched defs:iconResourceId (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DZoomControl.java87 protected ImageView addImageView(Context context, int iconResourceId) { argument
89 image.setImageResource(iconResourceId);
90 if (iconResourceId == R.drawable.ic_zoom_slider) {
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java248 Intent clickIntent, String description, int iconResourceId,
252 mIconResourceId = iconResourceId;
415 int iconResourceId,
433 clickIntent, body, iconResourceId, ticker, timeMillis,
247 MmsSmsNotificationInfo( Intent clickIntent, String description, int iconResourceId, CharSequence ticker, long timeMillis, String title, int count) argument
411 getNewMessageNotificationInfo( String address, String body, Context context, int iconResourceId, String subject, long threadId, long timeMillis, int count) argument

Completed in 600 milliseconds