/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Help.java | 31 private final Config mConfig; 33 public Help(Context context, Config config) { 35 mConfig = config;
|
ShouldQueryStrategy.java | 40 private final Config mConfig; 50 public ShouldQueryStrategy(Config config) { 51 mConfig = config;
|
SearchableSources.java | 45 private final Config mConfig; 60 NamedTaskExecutor iconLoader, Config config) { 65 mConfig = config; 84 protected Config getConfig() {
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
ComposeShaderTest.java | 33 import android.graphics.Bitmap.Config; 57 Bitmap bitmap = Bitmap.createBitmap(SIZE, SIZE, Config.ARGB_8888); 88 Bitmap greenBitmap = Bitmap.createBitmap(1, 1, Config.ARGB_8888); 90 Bitmap cyanBitmap = Bitmap.createBitmap(1, 1, Config.ARGB_8888); 100 Bitmap bitmap = Bitmap.createBitmap(1, 1, Config.ARGB_8888);
|
BitmapShaderTest.java | 28 import android.graphics.Bitmap.Config; 48 Bitmap tile = Bitmap.createBitmap(TILE_WIDTH, TILE_HEIGHT, Config.ARGB_8888); 61 NUM_TILES * TILE_HEIGHT - TILE_HEIGHT / 2, Config.ARGB_8888);
|
PathDashPathEffectTest.java | 30 import android.graphics.Bitmap.Config; 50 Bitmap b = Bitmap.createBitmap(WIDTH, HEIGHT, Config.ARGB_8888); 60 Bitmap expected = Bitmap.createBitmap(WIDTH, HEIGHT, Config.ARGB_8888);
|
SumPathEffectTest.java | 32 import android.graphics.Bitmap.Config; 49 Bitmap bitmap = Bitmap.createBitmap(WIDTH, HEIGHT, Config.ARGB_8888); 51 Bitmap expected = Bitmap.createBitmap(WIDTH, HEIGHT, Config.ARGB_8888);
|
PorterDuffColorFilterTest.java | 24 import android.graphics.Bitmap.Config; 43 Bitmap b1 = Bitmap.createBitmap(width / 2, height, Config.ARGB_8888); 45 Bitmap b2 = Bitmap.createBitmap(width, height / 2, Config.ARGB_8888); 48 Bitmap target = Bitmap.createBitmap(width, height, Config.ARGB_8888);
|
Canvas_VertexModeTest.java | 21 import android.graphics.Bitmap.Config; 62 Bitmap bitmap = Bitmap.createBitmap(10, 27, Config.RGB_565);
|
/external/quake/src/com/android/quake/ |
DownloaderActivity.java | 132 Config config = getLocalConfig(dest, LOCAL_CONFIG_FILE); local 133 if (config != null) { 134 return config.version.equals(expectedVersion); 139 private static Config getLocalConfig(File destPath, String configFilename) { 148 Config config = ConfigHandler.parse(is); local 149 return config; 151 Log.e(LOG_TAG, "Unable to read local config file", e); 307 private static class Config { 436 Config config = getConfig(); local 552 Config config = null; local [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Bitmap.java | 252 public enum Config { 310 private static Config sConfigs[] = { 314 Config(int ni) { 318 static Config nativeToConfig(int ni) { 391 * setting the new bitmap's config to the one specified, and then copying 396 * @param config The desired config for the resulting bitmap 401 public Bitmap copy(Config config, boolean isMutable) { 403 Bitmap b = nativeCopy(mNativeBitmap, config.nativeInt, isMutable) 520 final Config config = source.getConfig(); local [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Bitmap_Delegate.java | 25 import android.graphics.Bitmap.Config; 61 private final Config mConfig; 96 Bitmap_Delegate delegate = new Bitmap_Delegate(ImageIO.read(input), Config.ARGB_8888); 114 Bitmap_Delegate delegate = new Bitmap_Delegate(ImageIO.read(input), Config.ARGB_8888); 132 Bitmap_Delegate delegate = new Bitmap_Delegate(image, Config.ARGB_8888); 151 switch (Config.nativeToConfig(nativeBitmapConfig)) { 173 * Returns the Android bitmap config. Note that this not the config of the underlying 176 public Config getConfig() { 185 return mHasAlpha && mConfig != Config.RGB_565 [all...] |
/external/v8/src/ |
splay-tree.h | 35 // A splay tree. The config type parameter encapsulates the different 49 // template <typename Config, class Allocator = FreeStoreAllocationPolicy> 51 template <typename Config, class Allocator> 54 typedef typename Config::Key Key; 55 typedef typename Config::Value Value;
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
MultiSourceCorpusTest.java | 43 Config config = new Config(getContext()); local 46 mCorpus = new SkeletonMultiSourceCorpus(getContext(), config, executor, 81 public SkeletonMultiSourceCorpus(Context context, Config config, Executor executor, 83 super(context, config, executor, sources);
|
/cts/tests/tests/app/src/android/app/cts/ |
ActivityManagerRunningTaskInfoTest.java | 83 Bitmap.Config.RGB_565); 92 assertEquals(Bitmap.Config.RGB_565, values.thumbnail.getConfig()); 116 Bitmap.Config.RGB_565); 124 assertEquals(Bitmap.Config.RGB_565, values.thumbnail.getConfig());
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/src/com/example/plasma/ |
Plasma.java | 54 mBitmap = Bitmap.createBitmap(W, H, Bitmap.Config.RGB_565);
|
/external/clang/ |
clang-version-inc.mk | 10 LLVMVersion := $(shell grep PACKAGE_VERSION $(LLVM_ROOT_PATH)/host/include/llvm/Config/config.h | sed -e 's/\#define PACKAGE_VERSION "\(.*\)"/\1/g')
|
/external/iproute2/ |
Makefile | 42 all: Config 47 Config: 82 rm -f Config
|
/external/iproute2/genl/ |
Makefile | 3 include ../Config
|
/external/skia/tests/ |
BitmapGetColorTest.cpp | 6 SkBitmap::Config fConfig;
|
/external/webkit/LayoutTests/http/tests/resources/ |
post-and-verify-hybrid.cgi | 3 use Config; 75 $nativeEnding = ($Config{osname} =~ /(MSWin|cygwin)/) ? "\r\n" : "\n";
|
/frameworks/base/core/jni/android/graphics/ |
NinePatchPeeker.cpp | 43 // now update our host to force index or 32bit config 46 static const SkBitmap::Config gNo565Pref[] = {
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
BitmapFactoryTest.java | 34 new int[] { Color.BLUE }, 1, 1, Bitmap.Config.RGB_565);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
ResourceTexture.java | 41 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
|
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
ArcShapeTest.java | 26 import android.graphics.Bitmap.Config; 63 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888);
|