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.java159 private ImageView mWarningIconView; field in CellBroadcastAlertDialog.AnimationHandler
171 mWarningIconView.setVisibility(View.VISIBLE); in startIconAnimation()
181 if (mWarningIconView != null) { in stopIconAnimation()
182 mWarningIconView.setVisibility(View.GONE); in stopIconAnimation()
188 mWarningIconView.setImageAlpha(mWarningIconVisible ? 255 : 0); in updateIconState()
189 mWarningIconView.invalidateDrawable(mWarningIcon); in updateIconState()
225 if (mWarningIconView == null) { in initDrawableAndImageView()
226 mWarningIconView = (ImageView) findViewById(R.id.icon); in initDrawableAndImageView()
227 if (mWarningIconView != null) { in initDrawableAndImageView()
228 mWarningIconView.setImageDrawable(mWarningIcon); in initDrawableAndImageView()