/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
AlbumPage.java | 371 Config.AlbumPage config = Config.AlbumPage.get((Context) mActivity); local 372 mAlbumView = new AlbumView(mActivity, config.slotViewSpec,
|
PhotoPage.java | 153 Config.PhotoPage config = Config.PhotoPage.get((Context) mActivity); local 155 config.filmstripTopMargin, config.filmstripMidMargin, config.filmstripBottomMargin, 156 config.filmstripContentSize, config.filmstripThumbSize, config.filmstripBarSize, 157 config.filmstripGripSize, config.filmstripGripWidth) [all...] |
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/ |
AccelerometerPlayActivity.java | 363 opts.inPreferredConfig = Bitmap.Config.RGB_565;
|
/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/include/core/ |
SkCanvas.h | 100 for this canvas, with the specified config/width/height. If the device 103 virtual SkDevice* createDevice(SkBitmap::Config, int width, int height, [all...] |
/external/skia/samplecode/ |
SampleApp.cpp | 505 src.copyTo(&bm, src.config()); 737 SkASSERT(bm.config() == SkBitmap::kARGB_8888_Config); 917 static SkBitmap::Config gConfigCycle[] = { 927 static SkBitmap::Config cycle_configs(SkBitmap::Config c) { [all...] |
SampleTextOnPath.cpp | 131 static void create_src(SkBitmap* bitmap, SkBitmap::Config config) { 132 bitmap->setConfig(config, 100, 100);
|
/external/webkit/Tools/Scripts/ |
svn-create-patch | 46 use Config;
|
webkitdirs.pm | 33 use Config; 109 $thisPerl .= $Config{_exe} unless $thisPerl =~ m/$Config{_exe}$/i; 483 if (my $config = shift @_) { 484 $configuration = $config; 714 my $defaults = `$qmakebin CONFIG+=compute_defaults 2>&1`; 1094 # Win32 and other platforms may want to check for minimum config [all...] |
/frameworks/base/core/java/android/view/ |
GLES20Canvas.java | 209 * config that supports EGL_SWAP_BEHAVIOR_PRESERVED_BIT. 767 final Bitmap.Config config = hasAlpha ? Bitmap.Config.ARGB_8888 : Bitmap.Config.RGB_565; local 768 final Bitmap b = Bitmap.createBitmap(colors, offset, stride, width, height, config); [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
OverlayFrame.java | 343 Bitmap.Config.ARGB_8888);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
RecentTasksLoader.java | 93 mDefaultThumbnailBackground = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
|
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/ |
ImageProcessingActivity.java | 259 options.inPreferredConfig = 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 | 169 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
NinePatchTexture.java | 54 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
|
CropView.java | 25 import android.graphics.Bitmap.Config; 767 faceBitmap = Bitmap.createBitmap(w, h, Config.RGB_565); 775 faceBitmap = Bitmap.createBitmap(w, h, Config.RGB_565);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
WallpaperChooserDialogFragment.java | 282 mOptions.inPreferredConfig = Bitmap.Config.ARGB_8888;
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
HttpUtils.java | 40 import android.util.Config;
|
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/ |
GalaxyRS.java | 58 mOptionsARGB.inPreferredConfig = Bitmap.Config.ARGB_8888;
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
LiveWallpaperListAdapter.java | 212 Bitmap.Config.ARGB_8888);
|
/packages/wallpapers/NoiseField/src/com/android/noisefield/ |
NoiseFieldRS.java | 61 mOptionsARGB.inPreferredConfig = Bitmap.Config.ARGB_8888;
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
TestShellActivity.java | 30 import android.graphics.Bitmap.Config; 844 Bitmap bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(), Config.ARGB_8888); 857 Config.ARGB_8888); [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
CropImage.java | 231 Bitmap.Config.RGB_565); 262 ? Bitmap.Config.ARGB_8888 263 : Bitmap.Config.RGB_565);
|
GridViewSpecial.java | 266 mOutline[i] = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888); [all...] |