Lines Matching full:outline
711 Bitmap outline;
768 // Don't clip alpha values for the drag outline if we're using the default widget preview
772 // Save the preview for the outline generation, then dim the preview
773 outline = Bitmap.createScaledBitmap(preview, preview.getWidth(), preview.getHeight(),
778 outline, clipAlpha);
781 outline.recycle();