Searched refs:mWarningIconView (Results 1 – 1 of 1) sorted by relevance
195 private ImageView mWarningIconView; field in CellBroadcastAlertDialog.AnimationHandler207 mWarningIconView.setVisibility(View.VISIBLE); in startIconAnimation()221 mWarningIconView.setImageAlpha(mWarningIconVisible ? 255 : 0); in updateIconState()222 mWarningIconView.invalidateDrawable(mWarningIcon); in updateIconState()258 if (mWarningIconView == null) { in initDrawableAndImageView()259 mWarningIconView = (ImageView) findViewById(R.id.icon); in initDrawableAndImageView()260 if (mWarningIconView != null) { in initDrawableAndImageView()261 mWarningIconView.setImageDrawable(mWarningIcon); in initDrawableAndImageView()