Lines Matching refs:Bitmap
21 import android.graphics.Bitmap;
58 private Bitmap mPressedOrFocusedBackground;
99 Bitmap b = info.getIcon(iconCache);
175 // Draw the View into the bitmap.
186 * Returns a new bitmap to be used as the object outline, e.g. to visualize the drop location.
187 * Responsibility for the bitmap is transferred to the caller.
189 private Bitmap createGlowingOutline(Canvas canvas, int outlineColor, int glowColor) {
191 final Bitmap b = Bitmap.createBitmap(
192 getWidth() + padding, getHeight() + padding, Bitmap.Config.ARGB_8888);
261 Bitmap getPressedOrFocusedBackground() {