Searched refs:imageResourceId (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAddAdapter.java54 public ListItem(Resources res, int textResourceId, int imageResourceId, int actionTag) { argument
56 if (imageResourceId != -1) {
57 image = res.getDrawable(imageResourceId);
/packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
H A DExifOutputStreamTest.java29 public ExifOutputStreamTest(int imageResourceId, int xmlResourceId) { argument
30 super(imageResourceId, xmlResourceId);
H A DExifReaderTest.java36 public ExifReaderTest(int imageResourceId, int xmlResourceId) { argument
37 super(imageResourceId, xmlResourceId);
H A DExifParserTest.java37 public ExifParserTest(int imageResourceId, int xmlResourceId) { argument
38 super(imageResourceId, xmlResourceId);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java242 private void setSpan(SpannableStringBuilder spannable, String marker, int imageResourceId) { argument
246 ImageSpan span = new ImageSpan(mIme, imageResourceId,
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java314 private void setSpan(SpannableStringBuilder spannable, String marker, int imageResourceId) { argument
318 ImageSpan span = new ImageSpan(mIme, imageResourceId,

Completed in 796 milliseconds