Searched refs:Bitmap_Delegate (Results 1 - 11 of 11) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java61 public final class Bitmap_Delegate { class
69 private static final DelegateManager<Bitmap_Delegate> sManager =
70 new DelegateManager<>(Bitmap_Delegate.class);
89 public static Bitmap_Delegate getDelegate(long native_bitmap) {
94 public static Bitmap_Delegate getDelegate(@Nullable Bitmap bitmap) {
141 Bitmap_Delegate delegate = new Bitmap_Delegate(image, Config.ARGB_8888);
174 Bitmap_Delegate delegate = new Bitmap_Delegate(ImageIO.read(input), Config.ARGB_8888);
206 Bitmap_Delegate delegat
677 private Bitmap_Delegate(BufferedImage image, Config config) { method in class:Bitmap_Delegate
[all...]
H A DBitmapFactory_Delegate.java28 import android.graphics.Bitmap_Delegate.BitmapCreateFlags;
75 bm = Bitmap_Delegate.createBitmap(ninePatch.getImage(), bitmapCreateFlags,
92 bm = Bitmap_Delegate.createBitmap(is, bitmapCreateFlags, density);
H A DCanvas_Delegate.java107 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(nativeBitmapOrZero);
124 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmap);
478 private Canvas_Delegate(Bitmap_Delegate bitmap) {
H A DBaseCanvas_Delegate.java48 protected Bitmap_Delegate mBitmap;
53 protected BaseCanvas_Delegate(Bitmap_Delegate bitmap) {
81 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmap);
100 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmap);
380 final Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(nativeBitmap);
432 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate
[all...]
H A DBitmapShader_Delegate.java82 Bitmap_Delegate bitmap = Bitmap_Delegate.getDelegate(androidBitmap);
/frameworks/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java23 import android.graphics.Bitmap_Delegate;
80 Bitmap bitmap = Bitmap_Delegate.createBitmap(shadow, false,
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderDrawable.java29 import android.graphics.Bitmap_Delegate;
153 Bitmap bitmap = Bitmap_Delegate.createBitmap(image,
H A DGcSnapshot.java22 import android.graphics.Bitmap_Delegate;
97 private final Bitmap_Delegate mBitmap;
114 Layer(Graphics2D graphics, Bitmap_Delegate bitmap) {
123 * {@link Bitmap_Delegate} (case of the base layer), then
124 * {@link Layer#Layer(Graphics2D, Bitmap_Delegate)} should be used.
206 * If <var>bitmap</var> is null, then {@link GcSnapshot#setBitmap(Bitmap_Delegate)} must be
213 public static GcSnapshot createDefaultSnapshot(Bitmap_Delegate bitmap) {
390 * Link the snapshot to a Bitmap_Delegate.
393 * {@link #createDefaultSnapshot(Bitmap_Delegate)}, and is therefore not yet linked to
399 public void setBitmap(Bitmap_Delegate bitma
[all...]
H A DResourceHelper.java46 import android.graphics.Bitmap_Delegate;
358 Bitmap_Delegate.createBitmap(bmpFile, false /*isMutable*/, density);
429 bitmap = Bitmap_Delegate.createBitmap(ninePatch.getImage(),
H A DRenderSessionImpl.java58 import android.graphics.Bitmap_Delegate;
512 Bitmap bitmap = Bitmap_Delegate.createBitmap(mImage,
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java38 import android.graphics.Bitmap_Delegate;
122 bitmap = Bitmap_Delegate.createBitmap(stream, false /*isMutable*/, density);

Completed in 108 milliseconds