/cts/tests/tests/graphics/src/android/graphics/cts/ |
CornerPathEffectTest.java | 28 import android.graphics.Bitmap.Config; 55 Bitmap bitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
|
DashPathEffectTest.java | 26 import android.graphics.Bitmap.Config; 45 Bitmap bitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
|
DiscretePathEffectTest.java | 27 import android.graphics.Bitmap.Config; 55 Bitmap bitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
|
EmbossMaskFilterTest.java | 27 import android.graphics.Bitmap.Config; 53 Bitmap bitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
|
LightingColorFilterTest.java | 25 import android.graphics.Bitmap.Config; 34 Bitmap bitmap = Bitmap.createBitmap(1, 1, Config.ARGB_8888);
|
LinearGradientTest.java | 25 import android.graphics.Bitmap.Config; 68 Bitmap b = Bitmap.createBitmap(40, 40, Config.ARGB_8888);
|
BitmapRegionDecoderTest.java | 21 import android.graphics.Bitmap.Config; 77 private static Config[] COLOR_CONFIGS = new Config[] {Config.ARGB_8888, 78 Config.RGB_565}; 90 // MSE margin for WebP Region-Decoding for 'Config.RGB_565' is little bigger. 177 if (RES_IDS[i] == R.drawable.webp_test && COLOR_CONFIGS[k] == Config.RGB_565) { 207 if (RES_IDS[i] == R.drawable.webp_test && COLOR_CONFIGS[k] == Config.RGB_565) { 233 if (RES_IDS[i] == R.drawable.webp_test && COLOR_CONFIGS[k] == Config.RGB_565) { 257 if (RES_IDS[i] == R.drawable.webp_test && COLOR_CONFIGS[k] == Config.RGB_565) 334 Config config = COLOR_CONFIGS[k]; local 362 assertEquals(reuseResult.getConfig(), config); local [all...] |
LayerRasterizerTest.java | 31 Bitmap bm = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Bitmap.Config.ARGB_8888);
|
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
OvalShapeTest.java | 22 import android.graphics.Bitmap.Config; 46 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888);
|
PathShapeTest.java | 22 import android.graphics.Bitmap.Config; 58 Bitmap bitmap = Bitmap.createBitmap(SHAPE_SIZE, SHAPE_SIZE, Config.ARGB_8888);
|
/cts/tests/tests/view/src/android/view/cts/util/ |
DrawingUtils.java | 45 final Bitmap bitmap = Bitmap.createBitmap(viewWidth, viewHeight, Bitmap.Config.ARGB_8888); 53 Bitmap.Config.ARGB_8888);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Patterns.java | 34 Bitmap bm = Bitmap.createBitmap(40, 40, Bitmap.Config.RGB_565); 44 Bitmap bm = Bitmap.createBitmap(64, 64, Bitmap.Config.ARGB_8888);
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/ |
BitmapPreFiller.java | 44 ? Bitmap.Config.ARGB_8888 : Bitmap.Config.RGB_565);
|
/external/parameter-framework/upstream/test/functional-tests/include/ |
ParameterFramework.hpp | 32 #include "Config.hpp" 65 ParameterFramework(const Config &config = Config()) 66 : ConfigFiles(config), FailureWrapper(getPath())
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/ |
AndroidTranslatorClassIntrumentedTest.java | 40 Bitmap.Config alpha8 = Bitmap.Config.ALPHA_8;
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
PathOffsetTest.java | 20 import android.graphics.Bitmap.Config; 82 Bitmap bitmap = Bitmap.createBitmap(WIDTH, HEIGHT, Config.ARGB_8888);
|
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/ |
GlifPatternDrawableTest.java | 33 final Bitmap bitmap = Bitmap.createBitmap(1366, 768, Bitmap.Config.ARGB_8888); 51 final Bitmap bitmap = Bitmap.createBitmap(1366, 768, Bitmap.Config.ARGB_8888);
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
GridLayoutManagerTest.java | 79 RecyclerView recyclerView = setupBasic(new Config(2, 100).reverseLayout(reverseLayout), 119 final RecyclerView recyclerView = setupBasic(new Config(3, 31).reverseLayout(!scrollDown) 170 final RecyclerView recyclerView = setupBasic(new Config(3, 100)); 179 final RecyclerView recyclerView = setupBasic(new Config(3, 100)); 211 RecyclerView recyclerView = setupBasic(new Config(3, 10)); 246 final RecyclerView rv = setupBasic(new Config(3, 100)); 297 final RecyclerView recyclerView = setupBasic(new Config(3, orientation, false)); 342 final RecyclerView rv = setupBasic(new Config(3, 100).orientation(orientation), 542 new Config(3, 0).orientation(VERTICAL).reverseLayout(false), 100, 0); 548 new Config(3, 0).orientation(VERTICAL).reverseLayout(true), 100 [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
HolographicViewHelper.java | 75 d.getIntrinsicWidth(), d.getIntrinsicHeight(), Bitmap.Config.ARGB_8888); 93 d.getIntrinsicWidth(), d.getIntrinsicHeight(), Bitmap.Config.ARGB_8888);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Config.java | 34 public class Config { 36 private static final String TAG = "QSB.Config"; 83 * Creates a new config that uses hard-coded default values. 85 public Config(Context context) {
|
/bionic/libc/malloc_debug/ |
Config.h | 55 struct Config {
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
GoldenImageVerifier.java | 39 mDifferenceBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/src/com/example/plasma/ |
Plasma.java | 53 mBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565);
|
/development/samples/devbytes/animation/KeyframeAnimation/src/com/example/android/keyframeanimation/ |
KeyframeAnimation.java | 75 Bitmap bitmap = Bitmap.createBitmap(400, 400, Bitmap.Config.ARGB_8888);
|
/external/autotest/server/cros/faft/config/ |
config.py | 9 from autotest_lib.server.cros.faft.config import DEFAULTS 12 class Config(object): 19 the config package and the overrides come from module files named 40 the requested config attribute. 55 logging.debug("No config overrides found for platform: %s.", 83 str_list.append("--[ Raw FAFT Config Dump ]--------------------------") 87 str_list.append("--[ Resolved FAFT Config Values ]-------------------")
|