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()
148 private ImageView galleryIcon; field in CallComposerActivity180 galleryIcon = findViewById(R.id.call_composer_photo); in onCreate()200 galleryIcon.setOnClickListener(this); in onCreate()365 } else if (view == galleryIcon) { in onClick()758 galleryIcon.setVisibility(View.VISIBLE); in animateSendAndCall()769 galleryIcon.setVisibility(View.GONE); in animateSendAndCall()788 galleryIcon.setAlpha(position == CallComposerPagerAdapter.INDEX_GALLERY ? 1 : alpha); in setMediaIconSelected()