Searched refs:mWarningIconView (Results 1 – 1 of 1) sorted by relevance
215 private ImageView mWarningIconView; field in CellBroadcastAlertDialog.AnimationHandler227 mWarningIconView.setVisibility(View.VISIBLE); in startIconAnimation()241 mWarningIconView.setImageAlpha(mWarningIconVisible ? 255 : 0); in updateIconState()242 mWarningIconView.invalidateDrawable(mWarningIcon); in updateIconState()283 if (mWarningIconView == null) { in initDrawableAndImageView()284 mWarningIconView = (ImageView) findViewById(R.id.icon); in initDrawableAndImageView()285 if (mWarningIconView != null) { in initDrawableAndImageView()286 mWarningIconView.setImageDrawable(mWarningIcon); in initDrawableAndImageView()