HomeSort by relevance Sort by last modified time
    Searched refs:Config (Results 351 - 375 of 1082) sorted by null

<<11121314151617181920>>

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapDecode.java 96 Bitmap.Config.ARGB_8888);
98 Bitmap.Config.ARGB_4444);
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
CustomArrayAdapter.java 22 import android.graphics.Bitmap.Config;
118 Config.ARGB_8888);
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 22 import android.graphics.Bitmap.Config;
111 Config.ARGB_8888);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
bootstrap.py 25 from boto.pyami.config import Config, BotoConfigPath
58 # now that we have written the file, read it into a pyami Config object
59 boto.config = Config()
68 update = boto.config.get('Boto', 'boto_update', 'svn:HEAD')
75 location = boto.config.get('Boto', 'boto_location', '/usr/local/boto')
78 location = boto.config.get('Boto', 'boto_location', '/usr/share/python-support/python-boto/boto')
110 package_str = boto.config.get('Pyami', 'packages')
127 self.notify('Bootstrap Completed for %s' % boto.config.get_instance('instance-id')
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
SizeStrategy.java 12 * A strategy for reusing bitmaps that relies on {@link Bitmap#reconfigure(int, int, Bitmap.Config)}.
34 public Bitmap get(int width, int height, Bitmap.Config config) {
35 final int size = Util.getBitmapByteSize(width, height, config);
47 result.reconfigure(width, height, config);
79 public String logBitmap(int width, int height, Bitmap.Config config) {
80 int size = Util.getBitmapByteSize(width, height, config);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCursorAdapter.java 25 import android.util.Config;
409 if (Config.LOGV) Log.v("Cursor", "Auto requerying " + mCursor + " due to update");
  /external/webrtc/webrtc/video/
send_statistics_proxy.h 44 const VideoSendStream::Config& config,
133 const VideoSendStream::Config config_;
video_loopback.cc 198 FakeNetworkPipe::Config pipe_config;
205 Call::Config::BitrateConfig call_bitrate_config;
  /frameworks/base/graphics/java/android/graphics/drawable/
TransitionDrawable.java 19 import android.content.pm.ActivityInfo.Config;
263 public @Config int getChangingConfigurations() {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Frame.java 181 if (bitmap.getConfig() == Bitmap.Config.ARGB_8888) {
184 Bitmap result = bitmap.copy(Bitmap.Config.ARGB_8888, false);
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
TestUtils.java 56 Bitmap.Config.ARGB_8888);
118 Bitmap.Config.ARGB_8888);
  /packages/apps/Settings/src/com/android/settings/
CreateShortcut.java 26 import android.graphics.Bitmap.Config;
76 Config.ARGB_8888);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
RecycleBitmapPool.java 85 Bitmap.Config config = bitmap.getConfig(); local
86 if (config != Bitmap.Config.ARGB_8888) {
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/
MultiTouchView.java 96 mBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
156 final Bitmap bmp = Bitmap.createBitmap(colors, 0, w, w, h, Bitmap.Config.ARGB_8888);
  /system/connectivity/apmanager/
Android.mk 50 dbus_bindings/dbus-service-config.json \
51 dbus_bindings/org.chromium.apmanager.Config.dbus-xml \
62 dbus_bindings/dbus-service-config.json \
63 dbus_bindings/org.chromium.apmanager.Config.dbus-xml \
67 config.cc \
  /cts/hostsidetests/theme/app/src/android/theme/app/
GenerateBitmapTask.java 58 Bitmap.Config.ARGB_8888);
  /cts/tests/tests/permission/src/android/permission/cts/
NoSystemFunctionPermissionTest.java 86 Bitmap bitmap = Bitmap.createBitmap(1, 1, Bitmap.Config.RGB_565);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
PerPixelBitmapVerifier.java 81 ActivityTestBase.TEST_HEIGHT, Bitmap.Config.ARGB_8888);
SamplePointVerifier.java 67 ActivityTestBase.TEST_HEIGHT, Bitmap.Config.ARGB_8888);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LivePointerIconButton.java 51 Bitmap bitmap = Bitmap.createBitmap(cursorSize, cursorSize, Bitmap.Config.ARGB_8888);
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
HelloCompute.java 73 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
FileProviderExample.java 66 view.getWidth(), view.getHeight(), Bitmap.Config.ARGB_8888);
  /development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
BitmapAllocation.java 64 mBitmapOptions.outHeight, Bitmap.Config.ARGB_8888);
  /external/autotest/server/cros/faft/
rpc_proxy.py 10 from autotest_lib.client.cros.faft.config import Config as ClientConfig
  /external/autotest/server/site_tests/power_DarkResumeShutdownServer/
power_DarkResumeShutdownServer.py 9 from autotest_lib.server.cros.faft.config.config import Config as FAFTConfig

Completed in 464 milliseconds

<<11121314151617181920>>