Home | History | Annotate | Download | only in camera

Lines Matching refs:imageId

389             int imageId, int contentDescriptionId) {
392 if (imageId != NO_RESOURCE) {
393 button.setImageResource(imageId);
421 int imageId) {
422 initializePushButton(buttonId, cb, imageId, NO_RESOURCE);
951 int imageId = imageIds.getResourceId(i, 0);
952 if (imageId > 0) {
957 imageButton.setImageResource(imageId);