HomeSort by relevance Sort by last modified time
    Searched refs:Bitmap_Delegate (Results 1 - 10 of 10) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 53 public final class Bitmap_Delegate {
56 private static final DelegateManager<Bitmap_Delegate> sManager =
57 new DelegateManager<Bitmap_Delegate>(Bitmap_Delegate.class);
69 * Returns the native delegate associated to a given {@link Bitmap_Delegate} object.
71 public static Bitmap_Delegate getDelegate(Bitmap bitmap) {
78 public static Bitmap_Delegate getDelegate(int native_bitmap) {
95 Bitmap_Delegate delegate = new Bitmap_Delegate(ImageIO.read(input), Config.ARGB_8888);
113 Bitmap_Delegate delegate = new Bitmap_Delegate(ImageIO.read(input), Config.ARGB_8888)
    [all...]
Canvas_Delegate.java 65 private Bitmap_Delegate mBitmap;
319 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(nativeBitmapOrZero);
348 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmap);
835 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmap);
856 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmap);
    [all...]
BitmapFactory_Delegate.java 112 bm = Bitmap_Delegate.createBitmap(ninePatch.getImage(), true /*isMutable*/,
127 bm = Bitmap_Delegate.createBitmap(is, true, density);
BitmapShader_Delegate.java 70 Bitmap_Delegate bitmap = Bitmap_Delegate.getDelegate(native_bitmap);
NinePatch_Delegate.java 188 final Bitmap_Delegate bitmap_delegate = Bitmap_Delegate.getDelegate(bitmap_instance); local
189 if (bitmap_delegate == null) {
195 BufferedImage image = bitmap_delegate.getImage();
219 chunkObject.draw(bitmap_delegate.getImage(), graphics,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderDrawable.java 31 import android.graphics.Bitmap_Delegate;
110 Bitmap bitmap = Bitmap_Delegate.createBitmap(image,
GcSnapshot.java 22 import android.graphics.Bitmap_Delegate;
93 private final Bitmap_Delegate mBitmap;
110 Layer(Graphics2D graphics, Bitmap_Delegate bitmap) {
119 * {@link Bitmap_Delegate} (case of the base layer), then
120 * {@link Layer#Layer(Graphics2D, Bitmap_Delegate)} should be used.
196 * If <var>bitmap</var> is null, then {@link GcSnapshot#setBitmap(Bitmap_Delegate)} must be
203 public static GcSnapshot createDefaultSnapshot(Bitmap_Delegate bitmap) {
380 * Link the snapshot to a Bitmap_Delegate.
383 * {@link #createDefaultSnapshot(Bitmap_Delegate)}, and is therefore not yet linked to
389 public void setBitmap(Bitmap_Delegate bitmap)
    [all...]
ResourceHelper.java 36 import android.graphics.Bitmap_Delegate;
238 bitmap = Bitmap_Delegate.createBitmap(bmpFile, false /*isMutable*/,
289 bitmap = Bitmap_Delegate.createBitmap(ninePatch.getImage(),
RenderSessionImpl.java 58 import android.graphics.Bitmap_Delegate;
446 Bitmap bitmap = Bitmap_Delegate.createBitmap(mImage,
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 36 import android.graphics.Bitmap_Delegate;
128 bitmap = Bitmap_Delegate.createBitmap(stream, false /*isMutable*/, density);

Completed in 848 milliseconds