Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java98 private ImageView mWarningIconView; field in CellBroadcastAlertDialog.AnimationHandler
109 mWarningIconView.setVisibility(View.VISIBLE); in startIconAnimation()
118 if (mWarningIconView != null) { in stopIconAnimation()
119 mWarningIconView.setVisibility(View.GONE); in stopIconAnimation()
125 mWarningIconView.setImageAlpha(mWarningIconVisible ? 255 : 0); in updateIconState()
126 mWarningIconView.invalidateDrawable(mWarningIcon); in updateIconState()
159 if (mWarningIconView == null) { in initDrawableAndImageView()
160 mWarningIconView = (ImageView) findViewById(R.id.icon); in initDrawableAndImageView()
161 if (mWarningIconView != null) { in initDrawableAndImageView()
162 mWarningIconView.setImageDrawable(mWarningIcon); in initDrawableAndImageView()