OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitmap_delegate
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java
61
public final class
Bitmap_Delegate
{
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
delegate = new Bitmap_Delegate(image, Config.ARGB_8888)
[
all
...]
BaseCanvas_Delegate.java
48
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);
433
Bitmap_Delegate
bitmapDelegate =
Bitmap_Delegate
.getDelegate(bitmap)
[
all
...]
BitmapFactory_Delegate.java
28
import android.graphics.
Bitmap_Delegate
.BitmapCreateFlags;
75
bm =
Bitmap_Delegate
.createBitmap(ninePatch.getImage(), bitmapCreateFlags,
92
bm =
Bitmap_Delegate
.createBitmap(is, bitmapCreateFlags, density);
BitmapShader_Delegate.java
80
Bitmap_Delegate
bitmap =
Bitmap_Delegate
.getDelegate(androidBitmap);
Canvas_Delegate.java
107
Bitmap_Delegate
bitmapDelegate =
Bitmap_Delegate
.getDelegate(nativeBitmapOrZero);
124
Bitmap_Delegate
bitmapDelegate =
Bitmap_Delegate
.getDelegate(bitmap);
476
private Canvas_Delegate(
Bitmap_Delegate
bitmap) {
/frameworks/base/tools/layoutlib/bridge/src/android/view/
ViewGroup_Delegate.java
23
import android.graphics.
Bitmap_Delegate
;
78
Bitmap bitmap =
Bitmap_Delegate
.createBitmap(shadow, false,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderDrawable.java
29
import android.graphics.
Bitmap_Delegate
;
153
Bitmap bitmap =
Bitmap_Delegate
.createBitmap(image,
GcSnapshot.java
22
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
bitmap)
[
all
...]
ResourceHelper.java
45
import android.graphics.
Bitmap_Delegate
;
343
Bitmap_Delegate
.createBitmap(bmpFile, false /*isMutable*/, density);
476
bitmap =
Bitmap_Delegate
.createBitmap(ninePatch.getImage(),
RenderSessionImpl.java
65
import android.graphics.
Bitmap_Delegate
;
530
Bitmap bitmap =
Bitmap_Delegate
.createBitmap(mImage,
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java
38
import android.graphics.
Bitmap_Delegate
;
122
bitmap =
Bitmap_Delegate
.createBitmap(stream, false /*isMutable*/, density);
Completed in 434 milliseconds