Searched refs:previewBitmap (Results 1 – 1 of 1) sorted by relevance
117 @Nullable Bitmap previewBitmap) { in PendingAppWidgetHostView() argument119 context.getResources().getText(R.string.gadget_complete_setup_text), previewBitmap); in PendingAppWidgetHostView()150 public void setPreviewBitmapAndUpdateBackground(@Nullable Bitmap previewBitmap) { in setPreviewBitmapAndUpdateBackground() argument151 setBackgroundResource(previewBitmap != null ? 0 : R.drawable.pending_widget_bg); in setPreviewBitmapAndUpdateBackground()152 if (this.mPreviewBitmap == previewBitmap) { in setPreviewBitmapAndUpdateBackground()155 this.mPreviewBitmap = previewBitmap; in setPreviewBitmapAndUpdateBackground()162 @Nullable Bitmap previewBitmap) { in PendingAppWidgetHostView() argument180 setPreviewBitmapAndUpdateBackground(previewBitmap); in PendingAppWidgetHostView()