Lines Matching full:outline
704 Bitmap outline;
763 // Don't clip alpha values for the drag outline if we're using the default widget preview
767 // Save the preview for the outline generation, then dim the preview
768 outline = Bitmap.createScaledBitmap(preview, preview.getWidth(), preview.getHeight(),
773 mLauncher.getWorkspace().onDragStartedWithItem(createItemInfo, outline, clipAlpha);
776 outline.recycle();