/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
ColorFilterAlphaTest.java | 88 public static List<XfermodeTest.Config> configs() { 92 private XfermodeTest.Config mConfig; 103 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); 129 for (XfermodeTest.Config config : configs()) { 130 mConfig = config;
|
ShaderTests.java | 46 Bitmap shaderBitmap = Bitmap.createBitmap(1, 1, Bitmap.Config.ARGB_8888); 67 Bitmap shaderBitmap = Bitmap.createBitmap(1, 1, Bitmap.Config.ARGB_8888); 108 mBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ALPHA_8); 116 width, height, Bitmap.Config.ALPHA_8);
|
/external/avahi/avahi-utils/ |
avahi-set-host-name.c | 21 #include <config.h> 48 typedef struct Config { 51 } Config; 80 static int parse_command_line(Config *c, int argc, char *argv[]) { 124 Config config; local 135 if (parse_command_line(&config, argc, argv) < 0) 138 switch (config.command) { 164 if (config.verbose) { 185 if (config.verbose) [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
CenterCrop.java | 29 ? toTransform.getConfig() : Bitmap.Config.ARGB_8888);
|
/external/iproute2/genl/ |
Makefile | 3 include ../Config
|
/external/iproute2/lib/ |
Makefile | 1 include ../Config
|
/external/skia/bench/ |
nanobenchAndroid.cpp | 12 HWUITarget::HWUITarget(const Config& c, Benchmark* bench) : Target(c) { }
|
/external/v8/src/ |
zone.h | 222 // A zone splay tree. The config type parameter encapsulates the 225 template <typename Config> 226 class ZoneSplayTree final : public SplayTree<Config, ZoneAllocationPolicy> { 229 : SplayTree<Config, ZoneAllocationPolicy>(ZoneAllocationPolicy(zone)) {} 234 SplayTree<Config, ZoneAllocationPolicy>::ResetRoot();
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
audio_encoder_g722.cc | 24 AudioEncoderG722::Config CreateConfig(const CodecInst& codec_inst) { 25 AudioEncoderG722::Config config; local 26 config.num_channels = codec_inst.channels; 27 config.frame_size_ms = codec_inst.pacsize / 16; 28 config.payload_type = codec_inst.pltype; 29 return config; 34 bool AudioEncoderG722::Config::IsOk() const { 39 AudioEncoderG722::AudioEncoderG722(const Config& config) [all...] |
/external/webrtc/webrtc/modules/audio_processing/ |
processing_component.h | 42 virtual void SetExtraOptions(const Config& config) {}
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
BitmapFactoryTest.java | 34 new int[] { Color.BLUE }, 1, 1, Bitmap.Config.RGB_565);
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
CompareActivity.java | 67 mSoftwareBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); 68 mHardwareBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); 83 mSoftwareBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); 84 mHardwareBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
StatusBar.java | 75 setBackgroundColor(color == 0 ? Config.getStatusBarColor(simulatedPlatformVersion) : color); 82 + Config.getWifiIconType(simulatedPlatformVersion), density); 84 setText(3, Config.getTime(simulatedPlatformVersion), false) 85 .setTextColor(Config.getTimeColor(simulatedPlatformVersion));
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
ImageBuffersForRenderScript.java | 38 inputImage.getHeight(), Bitmap.Config.ARGB_8888);
|
/frameworks/support/v7/palette/src/androidTest/java/android/support/v7/graphics/ |
BucketTests.java | 102 final Bitmap bitmap = Bitmap.createBitmap(1000, 1, Bitmap.Config.ARGB_8888); 111 final Bitmap bitmap = Bitmap.createBitmap(1, 1000, Bitmap.Config.ARGB_8888); 120 final Bitmap bitmap = Bitmap.createBitmap(300, 300, Bitmap.Config.ARGB_8888); 135 final Bitmap bitmap = Bitmap.createBitmap(300, 300, Bitmap.Config.ARGB_8888);
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
GridLayoutManagerCustomSizeInScrollDirectionTest.java | 37 @Parameterized.Parameters(name = "addDecorOffsets:{1} addMargins:{2} config:{0}") 44 new Config(3, HORIZONTAL, false), addDecorOffsets, addMargins}); 46 new Config(3, VERTICAL, false), addDecorOffsets, addMargins}); 54 private final Config mConfig; 56 public GridLayoutManagerCustomSizeInScrollDirectionTest(Config config, boolean addDecorOffsets, 58 mConfig = config;
|
/frameworks/volley/src/main/java/com/android/volley/toolbox/ |
ImageRequest.java | 20 import android.graphics.Bitmap.Config; 46 private final Config mDecodeConfig; 73 ScaleType scaleType, Config decodeConfig, Response.ErrorListener errorListener) { 90 Config decodeConfig, Response.ErrorListener errorListener) {
|
/frameworks/volley/src/test/java/com/android/volley/toolbox/ |
ImageRequestTest.java | 20 import android.graphics.Bitmap.Config; 129 Config.RGB_565, null); 168 int.class, int.class, Bitmap.Config.class, Response.ErrorListener.class)); 170 int.class, int.class, ImageView.ScaleType.class, Bitmap.Config.class,
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
ResourceTexture.java | 42 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
BitmapWorkerOptions.java | 50 private Bitmap.Config mBitmapConfig; 67 private Bitmap.Config mBitmapConfig; 145 public Builder bitmapConfig(Bitmap.Config config) { 146 mBitmapConfig = config; 203 * @return preferred Bitmap config to decode bitmap, null for auto detect. 204 * Use {@link Builder#bitmapConfig(android.graphics.Bitmap.Config)} to change it. 206 public Bitmap.Config getBitmapConfig() {
|
/system/connectivity/apmanager/ |
config.h | 35 class Config { 37 Config(Manager* manager, int service_identifier); 38 virtual ~Config(); 51 // Generate a config file string for a hostapd instance. Populate 94 // Keys used in hostapd config file. 116 // Hardware mode value for hostapd config file. 129 // Default config property values. 147 // Append default hostapd configurations to the config file. 150 // Append hardware mode related configurations to the config file. 153 // Determine/append interface configuration to the config file [all...] |
mock_control.cc | 26 Config* /* config */, int /* service_identifier */) {
|
/system/connectivity/shill/ |
shill_daemon.cc | 30 Config* config) 31 : DaemonTask(settings, config), startup_callback_(startup_callback) {}
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationItemViewCoordinates.java | 57 * instance per item, and {@link #forConfig(Context, Config, CoordinatesCache)} uses it to 60 public static final class Config { 70 public Config withGadget(int gadget) { 75 public Config showFolders() { 80 public Config showReplyState() { 85 public Config showColorBlock() { 90 public Config showPersonalIndicator() { 95 public Config updateWidth(int width) { 130 public Config setLayoutDirection(int layoutDirection) { 139 public Config setUseFullMargins(boolean useFullMargins) [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
ArcShapeTest.java | 22 import android.graphics.Bitmap.Config; 52 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888);
|