HomeSort by relevance Sort by last modified time
    Searched refs:getConfig (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /cts/tests/tests/drm/src/android/drm/cts/
ConfigFactory.java 33 public static Config getConfig(String plugInName) {
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderContext.h 32 int getConfig() const { return m_config; }
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplication.java 155 public synchronized Config getConfig() {
175 return new SearchSettingsImpl(getContext(), getConfig());
220 int priority = getConfig().getQueryThreadPriority();
241 return new SuggestionsProviderImpl(getConfig(),
277 getIconLoaderExecutor(), getConfig());
308 return new EventLogLogger(getContext(), getConfig());
343 getConfig().getUserAgent());
362 return new Help(getContext(), getConfig());
SearchSettingsImpl.java 86 protected Config getConfig() {
162 if (currentTime - firstHintTime > getConfig().getVoiceSearchHintActivePeriod()) {
  /external/chromium_org/third_party/skia/src/effects/
SkTransparentShader.cpp 26 switch (fDevice->getConfig()) {
45 switch (fDevice->getConfig()) {
106 SkASSERT(fDevice->getConfig() == SkBitmap::kRGB_565_Config);
  /external/markdown/markdown/extensions/
rss.py 70 for tag, text in (("title", self.ext.getConfig("TITLE")),
71 ("link", self.ext.getConfig("URL")),
84 link.text = self.ext.getConfig("URL")
footnotes.py 85 if child.text.find(self.getConfig("PLACE_MARKER")) > -1:
88 if child.tail.find(self.getConfig("PLACE_MARKER")) > -1:
102 if self.getConfig("UNIQUE_IDS"):
109 if self.getConfig("UNIQUE_IDS"):
  /external/skia/src/effects/
SkTransparentShader.cpp 26 switch (fDevice->getConfig()) {
45 switch (fDevice->getConfig()) {
106 SkASSERT(fDevice->getConfig() == SkBitmap::kRGB_565_Config);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.h 46 EglConfig* getConfig(EGLConfig conf);
47 EglConfig* getConfig(EGLint id );
EglContext.h 48 EglConfig* getConfig(){ return m_config;};
EglSurface.h 42 EglConfig* getConfig(){return m_config;};
  /cts/tests/src/android/widget/cts/
WidgetTestUtils.java 52 || b1.getConfig() != b2.getConfig()) {
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerRunningTaskInfoTest.java 72 assertEquals(Bitmap.Config.RGB_565, values.thumbnail.getConfig());
99 assertEquals(Bitmap.Config.RGB_565, values.thumbnail.getConfig());
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
notification_bitmap_fetcher.cc 68 decoded_image.deepCopyTo(bitmap_.get(), decoded_image.getConfig());
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_Sprite.cpp 69 switch (device.getConfig()) {
  /external/clang/lib/CodeGen/
CGCUDARuntime.cpp 34 CGF.EmitBranchOnBoolExpr(E->getConfig(), ContBlock, ConfigOKBlock);
  /external/skia/src/core/
SkBlitter_Sprite.cpp 69 switch (device.getConfig()) {
  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 57 virtual OMX_ERRORTYPE getConfig(
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
BitmapUtils.java 122 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
131 private static Bitmap.Config getConfig(Bitmap bitmap) {
132 Bitmap.Config config = bitmap.getConfig();
158 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap));
  /frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
HelloComputeNDK.java 42 mBitmapIn.getConfig());
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 122 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
131 private static Bitmap.Config getConfig(Bitmap bitmap) {
132 Bitmap.Config config = bitmap.getConfig();
158 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap));
  /packages/apps/Launcher3/src/com/android/gallery3d/common/
BitmapUtils.java 122 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
131 private static Bitmap.Config getConfig(Bitmap bitmap) {
132 Bitmap.Config config = bitmap.getConfig();
158 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap));
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_CameraTests.cpp 182 jmethodID getConfig = env->GetStaticMethodID(
189 getConfig,
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
HelloCompute.java 43 mBitmapIn.getConfig());
  /external/jmonkeyengine/engine/src/android/com/jme3/asset/
AndroidImageInfo.java 67 switch (bitmap.getConfig()) {

Completed in 488 milliseconds

1 2 3 4 5 6 7 8