Searched refs:Config (Results 51 - 75 of 232) sorted by relevance

12345678910

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerWrapContentWithAspectRatioTest.java43 final LinearLayoutManagerTest.Config mConfig;
47 BaseLinearLayoutManagerTest.Config config,
64 new BaseLinearLayoutManagerTest.Config(orientation,
73 new BaseLinearLayoutManagerTest.Config(orientation,
83 new BaseLinearLayoutManagerTest.Config(orientation,
93 new BaseLinearLayoutManagerTest.Config(orientation,
H A DGridLayoutManagerNoOpUpdateTest.java42 for (BaseGridLayoutManagerTest.Config config : createBaseVariations()) {
55 private final Config mConfig;
58 public GridLayoutManagerNoOpUpdateTest(Config config, boolean rtl) {
H A DGridLayoutManagerRtlTest.java39 public GridLayoutManagerRtlTest(Config config, boolean changeRtlAfter, boolean oneLine,
53 for (Config config : createBaseVariations()) {
66 final Config mConfig;
H A DGridLayoutManagerTest.java81 RecyclerView recyclerView = setupBasic(new Config(2, 100).reverseLayout(reverseLayout),
121 final RecyclerView recyclerView = setupBasic(new Config(3, 31).reverseLayout(!scrollDown)
173 final RecyclerView recyclerView = setupBasic(new Config(3, 100));
182 final RecyclerView recyclerView = setupBasic(new Config(3, 100));
214 RecyclerView recyclerView = setupBasic(new Config(3, 10));
249 final RecyclerView rv = setupBasic(new Config(3, 100));
302 final RecyclerView recyclerView = setupBasic(new Config(3, orientation, false));
347 final RecyclerView rv = setupBasic(new Config(3, 100).orientation(orientation),
547 new Config(3, 0).orientation(VERTICAL).reverseLayout(false), 100, 0);
553 new Config(
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h206 class Config class in class:HWC2::Display
214 std::shared_ptr<const Config> build() {
215 return std::const_pointer_cast<const Config>(
250 std::shared_ptr<Config> mConfig;
263 Config(Display& display, hwc2_config_t id);
281 std::shared_ptr<const Config>* outConfig) const;
288 std::vector<std::shared_ptr<const Config>> getConfigs() const;
305 const std::shared_ptr<const Config>& config);
355 std::unordered_map<hwc2_config_t, std::shared_ptr<const Config>> mConfigs;
H A DHWComposer.h151 std::vector<std::shared_ptr<const HWC2::Display::Config>>
154 std::shared_ptr<const HWC2::Display::Config>
195 std::shared_ptr<const HWC2::Display::Config>> configMap;
/frameworks/support/v7/palette/src/androidTest/java/android/support/v7/graphics/
H A DBucketTests.java104 final Bitmap bitmap = Bitmap.createBitmap(1000, 1, Bitmap.Config.ARGB_8888);
113 final Bitmap bitmap = Bitmap.createBitmap(1, 1000, Bitmap.Config.ARGB_8888);
122 final Bitmap bitmap = Bitmap.createBitmap(300, 300, Bitmap.Config.ARGB_8888);
137 final Bitmap bitmap = Bitmap.createBitmap(300, 300, Bitmap.Config.ARGB_8888);
154 final Bitmap bitmap = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java31 import android.graphics.Bitmap.Config;
76 private final Config mConfig;
142 Bitmap_Delegate delegate = new Bitmap_Delegate(image, Config.ARGB_8888);
175 Bitmap_Delegate delegate = new Bitmap_Delegate(ImageIO.read(input), Config.ARGB_8888);
207 Bitmap_Delegate delegate = new Bitmap_Delegate(image, Config.ARGB_8888);
227 public Config getConfig() {
236 return mHasAlpha && mConfig != Config.RGB_565;
263 Bitmap_Delegate delegate = new Bitmap_Delegate(image, Config.nativeToConfig(nativeConfig));
292 Bitmap_Delegate delegate = new Bitmap_Delegate(image, Config.nativeToConfig(nativeConfig));
511 Bitmap_Delegate delegate = new Bitmap_Delegate(image, Config
[all...]
/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPathOffsetTest.java20 import android.graphics.Bitmap.Config;
82 Bitmap bitmap = Bitmap.createBitmap(WIDTH, HEIGHT, Config.ARGB_8888);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DColorDrawable.java21 import android.content.pm.ActivityInfo.Config;
74 public @Config int getChangingConfigurations() {
296 @Config int mChangingConfigurations;
330 public @Config int getChangingConfigurations() {
H A DTransitionDrawable.java19 import android.content.pm.ActivityInfo.Config;
263 public @Config int getChangingConfigurations() {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java20 import android.graphics.Bitmap.Config;
87 public Config config;
119 boolean vertical, Config config, int length) {
233 Config config = bitmap.getConfig();
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java58 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
H A DIconTest.java45 final Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888);
46 final Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565);
64 draw1.getIntrinsicHeight(), Bitmap.Config.ARGB_8888);
66 draw2.getIntrinsicHeight(), Bitmap.Config.ARGB_8888);
68 draw3.getIntrinsicHeight(), Bitmap.Config.ARGB_8888);
118 draw1.getIntrinsicHeight(), Bitmap.Config.ARGB_8888);
145 draw1.getIntrinsicHeight(), Bitmap.Config.ARGB_8888);
178 draw1.getIntrinsicHeight(), Bitmap.Config.ARGB_8888);
251 draw1.getIntrinsicHeight(), Bitmap.Config.ARGB_8888);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java181 if (bitmap.getConfig() == Bitmap.Config.ARGB_8888) {
184 Bitmap result = bitmap.copy(Bitmap.Config.ARGB_8888, false);
/frameworks/base/core/java/com/android/internal/util/
H A DUserIcons.java53 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DConfig.java30 public class Config { class
H A DIconLoader.java45 for (String resourceDir : Config.getResourceDirs(mPlatformVersion)) {
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DFileProviderExample.java66 view.getWidth(), view.getHeight(), Bitmap.Config.ARGB_8888);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DFileProviderExample.java66 view.getWidth(), view.getHeight(), Bitmap.Config.ARGB_8888);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAppCompatVectorDrawableIntegrationTest.java54 mBitmap = Bitmap.createBitmap(WIDTH, HEIGHT, Bitmap.Config.ARGB_8888);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java130 private static Bitmap.Config getConfig(Bitmap bitmap) {
131 Bitmap.Config config = bitmap.getConfig();
133 config = Bitmap.Config.ARGB_8888;
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp24 #include <llvm/Config/config.h>
32 #include <bcc/Config/Config.h>
/frameworks/opt/setupwizard/library/full-support/test/src/com/android/setupwizardlib/test/
H A DDividerItemDecorationTest.java64 Bitmap expectedBitmap = Bitmap.createBitmap(20, 20, Bitmap.Config.ARGB_4444);
109 Bitmap expectedBitmap = Bitmap.createBitmap(20, 20, Bitmap.Config.ARGB_4444);
139 Bitmap bitmap = Bitmap.createBitmap(20, 20, Bitmap.Config.ARGB_4444);
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A DHealing.java50 Bitmap bitmap = Bitmap.createBitmap(rec.width(), rec.height(), Bitmap.Config.ALPHA_8);
134 Bitmap.Config.ARGB_8888);
147 return ret.copy(Bitmap.Config.ARGB_8888, true);

Completed in 614 milliseconds

12345678910