Searched refs:galleryIcon (Results 1 – 2 of 2) sorted by relevance
155 BitmapDrawable galleryIcon = (BitmapDrawable) res.getDrawable( in doInBackground() local203 galleryIcon.setBounds(0, 0, thumbWidth, thumbHeight); in doInBackground()204 galleryIcon.setGravity(Gravity.CENTER); in doInBackground()205 galleryIcon.draw(canvas); in doInBackground()
134 private ImageView galleryIcon; field in CallComposerActivity164 galleryIcon = findViewById(R.id.call_composer_photo); in onCreate()184 galleryIcon.setOnClickListener(this); in onCreate()298 } else if (view == galleryIcon) { in onClick()690 galleryIcon.setAlpha(position == CallComposerPagerAdapter.INDEX_GALLERY ? 1 : alpha); in setMediaIconSelected()