HomeSort by relevance Sort by last modified time
    Searched refs:Config (Results 326 - 350 of 460) sorted by null

<<111213141516171819

  /packages/apps/Email/tests/src/com/android/email/activity/
ContactStatusLoaderTest.java 164 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565);
  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 186 getWidth() + padding, getHeight() + padding, Bitmap.Config.ARGB_8888);
IconCache.java 123 Bitmap.Config.ARGB_8888);
AppsCustomizePagedView.java 34 import android.graphics.Bitmap.Config;
789 icon.getIntrinsicHeight(), Bitmap.Config.ARGB_8888);
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 46 mOptionsARGB.inPreferredConfig = Bitmap.Config.ARGB_8888;
  /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java 54 mOptionsARGB.inPreferredConfig = Bitmap.Config.ARGB_8888;
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 200 Bitmap.Config.ARGB_8888);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Log.java 154 static final class Config {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CropImage.java 26 import android.graphics.Bitmap.Config;
599 outputX, outputY, Config.ARGB_8888);
630 outputX, outputY, Config.ARGB_8888);
640 Bitmap result = Bitmap.createBitmap(outputX, outputY, Config.ARGB_8888);
697 options.inPreferredConfig = Config.ARGB_8888;
    [all...]
AlbumSetPage.java 372 Config.AlbumSetPage config = Config.AlbumSetPage.get((Context) mActivity); local
373 mSlotView = new SlotView(mActivity, config.slotViewSpec);
375 mActivity, mSelectionManager, mSlotView, config.labelSpec);
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 23 import android.graphics.Bitmap.Config;
539 Config.ARGB_8888);
557 Bitmap b = Bitmap.createBitmap(picture.getWidth(), picture.getHeight(), Config.ARGB_8888);
566 Bitmap b = Bitmap.createBitmap(p.getWidth(), p.getHeight(), Config.ARGB_8888);
644 Bitmap b = Bitmap.createBitmap(p.getWidth(), p.getHeight(), Config.ARGB_8888);
656 Config.ARGB_8888);
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 1285 Bitmap.Config config = Bitmap.Config.ARGB_8888; local
    [all...]
  /external/skia/src/core/
SkBlitMask_D32.cpp 233 SkBlitMask::ColorProc SkBlitMask::ColorFactory(SkBitmap::Config config,
236 ColorProc proc = PlatformColorProcs(config, format, color);
241 switch (config) {
262 ColorProc proc = ColorFactory(device.config(), mask.fFormat, color);
556 SkBlitMask::RowProc SkBlitMask::RowFactory(SkBitmap::Config config,
560 RowProc proc = PlatformRowProcs(config, format, flags);
574 switch (config) {
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 145 pr = new SkImageRef_ashmem(stream, bitmap->config(), sampleSize);
147 pr = new SkImageRef_GlobalPool(stream, bitmap->config(), sampleSize);
165 SkBitmap::Config prefConfig = SkBitmap::kARGB_8888_Config;
220 // config of supplied bitmap overrules config set in options
330 SkBitmap::Config config = decoded->config(); local
331 switch (config) {
335 config = SkBitmap::kARGB_8888_Config
    [all...]
Graphics.cpp 293 SkBitmap::Config GraphicsJNI::getNativeBitmapConfig(JNIEnv* env,
304 return static_cast<SkBitmap::Config>(c);
594 gBitmapConfig_class = make_globalref(env, "android/graphics/Bitmap$Config");
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 363 opts.inPreferredConfig = Bitmap.Config.RGB_565;
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsDalvikActivity.java 169 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
  /external/chromium/webkit/glue/media/
video_renderer_impl.cc 137 // Get the pixel config of the device.
138 const SkBitmap::Config config = device->config(); local
145 if (config == SkBitmap::kARGB_8888_Config && device->isOpaque() &&
  /external/skia/samplecode/
SampleTextOnPath.cpp 138 static void create_src(SkBitmap* bitmap, SkBitmap::Config config) {
139 bitmap->setConfig(config, 100, 100);
  /external/webkit/Tools/Scripts/
svn-create-patch 46 use Config;
  /frameworks/base/media/java/android/media/videoeditor/
OverlayFrame.java 343 Bitmap.Config.ARGB_8888);
  /frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 259 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
ColorWheel.java 144 Bitmap bitmap = Bitmap.createBitmap(diameter, diameter, Bitmap.Config.ARGB_8888);
  /packages/apps/Browser/src/com/android/browser/
BookmarkUtils.java 83 Bitmap bm = Bitmap.createBitmap(iconDimension, iconDimension, Bitmap.Config.ARGB_8888);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 166 options.inPreferredConfig = Bitmap.Config.ARGB_8888;

Completed in 1105 milliseconds

<<111213141516171819