Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java68 private WidgetImageView mWidgetImage; field in WidgetCell
116 mWidgetImage = (WidgetImageView) findViewById(R.id.widget_preview); in onFinishInflate()
128 mWidgetImage.animate().cancel(); in clear()
129 mWidgetImage.setBitmap(null, null); in clear()
156 return mWidgetImage; in getWidgetView()
185 mWidgetImage.setBitmap(bitmap, in applyPreview()
190 mWidgetImage.setAlpha(0f); in applyPreview()
191 ViewPropertyAnimator anim = mWidgetImage.animate(); in applyPreview()
194 mWidgetImage.setAlpha(1f); in applyPreview()