Searched refs:mWidgetImage (Results 1 – 1 of 1) sorted by relevance
70 private WidgetImageView mWidgetImage; field in WidgetCell115 mWidgetImage = (WidgetImageView) findViewById(R.id.widget_preview); in onFinishInflate()127 mWidgetImage.animate().cancel(); in clear()128 mWidgetImage.setBitmap(null); in clear()177 mWidgetImage.setBitmap(bitmap); in applyPreview()178 mWidgetImage.setAlpha(0f); in applyPreview()179 ViewPropertyAnimator anim = mWidgetImage.animate(); in applyPreview()