Home
last modified time | relevance | path

Searched refs:mWarningIconView (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertDialog.java195 private ImageView mWarningIconView; field in CellBroadcastAlertDialog.AnimationHandler
207 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()