OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShadowBitmap
(Results
1 - 20
of
20
) sorted by null
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmap.java
16
public class
ShadowBitmap
{
41
ShadowBitmap
shadowBitmap
= shadowOf(scaledBitmap);
42
shadowBitmap
.appendDescription("Bitmap (" + width + " x " + height + ")");
43
shadowBitmap
.setWidth(width);
44
shadowBitmap
.setHeight(height);
45
shadowBitmap
.setConfig(config);
51
ShadowBitmap
shadowBitmap
= shadowOf(bitmap);
52
shadowBitmap
.appendDescription(" created from Bitmap object")
[
all
...]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBitmap.java
24
public class
ShadowBitmap
{
207
ShadowBitmap
shadowBitmap
= shadowOf(scaledBitmap);
208
shadowBitmap
.setDescription("Bitmap (" + width + " x " + height + ")");
210
shadowBitmap
.width = width;
211
shadowBitmap
.height = height;
212
shadowBitmap
.config = config;
213
shadowBitmap
.setMutable(true);
215
shadowBitmap
.density = displayMetrics.densityDpi;
217
shadowBitmap
.setPixels(new int[shadowBitmap.getHeight() * shadowBitmap.getWidth()], 0, shadowBitmap.getWidth(), (…)
[
all
...]
/external/ImageMagick/MagickCore/
animate.c
199
ShadowBitmap
[8] =
[
all
...]
display.c
122
ShadowBitmap
[8] =
[
all
...]
/external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar
shadows-core-3.1-SNAPSHOT-17.jar
shadows-core-3.1-SNAPSHOT-18.jar
shadows-core-3.1-SNAPSHOT-19.jar
shadows-core-3.1-SNAPSHOT-21.jar
shadows-core-3.1-SNAPSHOT-22.jar
/prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar
shadows-core-v17-3.1.1.jar
shadows-core-v18-3.1.1.jar
shadows-core-v19-3.1.1.jar
shadows-core-v21-3.1.1.jar
shadows-core-v22-3.1.1.jar
shadows-core-v23-3.1.1.jar
/prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar
/prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar
/prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar
Completed in 717 milliseconds