Searched defs:resourceId (Results 1 – 8 of 8) sorted by relevance
22 int resourceId; field in PictureData26 public PictureData(int resourceId, String description, Bitmap thumbnail) { in PictureData()
62 int resourceId = mPhotos[(int) (Math.random() * mPhotos.length)]; in loadPhotos() local75 static Bitmap getBitmap(Resources resources, int resourceId) { in getBitmap()
44 public ContentItem(int type, int resourceId) { in ContentItem()
116 private void showToast(final Context context, final int resourceId) { in showToast()
217 private void copyImageResourceToFile(int resourceId, File filePath) { in copyImageResourceToFile()
229 private void updateConnectionState(final int resourceId) { in updateConnectionState()
380 int resourceId = (feedbackIndex == INDEX_SCREEN_ON) ? R.string.template_screen_on in generateScreenOnOrOffUtternace() local565 Integer resourceId = sSoundsResourceIds.get(earconId); in playEarcon() local
105 private Button setupButton(int resourceId) { in setupButton()