HomeSort by relevance Sort by last modified time
    Searched defs:getBitmap (Results 1 - 23 of 23) sorted by null

  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DirectoryEntry.java 41 public Bitmap getBitmap(Resources res) {
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
BitmapDrawableResource.java 24 return Util.getSize(drawable.getBitmap());
29 bitmapPool.put(drawable.getBitmap());
  /cts/tests/tests/text/src/android/text/style/cts/
ImageSpanTest.java 96 WidgetTestUtils.assertEquals(bitmapDrawable.getBitmap(), resultDrawable.getBitmap());
  /cts/tests/tests/widget/src/android/widget/cts/
ImageSwitcherTest.java 72 WidgetTestUtils.assertEquals(sceneryBitmap.getBitmap(), currViewBitmap.getBitmap());
80 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), currViewBitmap.getBitmap());
110 currViewBitmap.getBitmap().getConfig());
111 WidgetTestUtils.assertEquals(testImageBitmap, currViewBitmap.getBitmap());
119 currViewBitmap.getBitmap().getConfig());
122 WidgetTestUtils.assertEquals(sceneryImageBitmap, currViewBitmap.getBitmap());
SimpleAdapterTest.java 288 WidgetTestUtils.assertEquals(d.getBitmap(),
289 ((BitmapDrawable) view.getDrawable()).getBitmap());
313 WidgetTestUtils.assertEquals(d.getBitmap(),
314 ((BitmapDrawable) view.getDrawable()).getBitmap());
329 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap();
SimpleCursorTreeAdapterTest.java 142 WidgetTestUtils.assertEquals(d.getBitmap(),
143 ((BitmapDrawable) view.getDrawable()).getBitmap());
168 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap();
ImageViewTest.java 188 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap());
211 Bitmap.Config viewConfig = imageViewBitmap.getBitmap().getConfig();
215 WidgetTestUtils.assertEquals(testimageBitmap, imageViewBitmap.getBitmap());
232 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap());
250 WidgetTestUtils.assertEquals(bitmap, imageViewBitmap.getBitmap());
RemoteViewsTest.java 164 WidgetTestUtils.assertEquals(d.getBitmap(),
165 ((BitmapDrawable) image.getDrawable()).getBitmap());
190 Bitmap imageViewBitmap = ((BitmapDrawable) image.getDrawable()).getBitmap();
290 WidgetTestUtils.assertEquals(d.getBitmap(),
291 ((BitmapDrawable) image.getDrawable()).getBitmap());
368 WidgetTestUtils.assertEquals(bitmap, ((BitmapDrawable) image.getDrawable()).getBitmap());
388 WidgetTestUtils.assertEquals(bitmap, ((BitmapDrawable) image.getDrawable()).getBitmap());
488 Bitmap imageViewBitmap = ((BitmapDrawable) image.getDrawable()).getBitmap();
SimpleCursorAdapterTest.java 195 WidgetTestUtils.assertEquals(d.getBitmap(),
196 ((BitmapDrawable) view.getDrawable()).getBitmap());
223 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap();
TextViewTest.java     [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ThemedDrawableTest.java 61 assertNotNull(d.getBitmap());
BitmapDrawableTest.java 67 assertNull(bitmapDrawable.getBitmap());
74 assertEquals(bitmap, bitmapDrawable.getBitmap());
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
BitmapUtils.java 63 Bitmap bitmap = getBitmap(resources, resourceId);
75 static Bitmap getBitmap(Resources resources, int resourceId) {
  /external/chromium_org/third_party/skia/include/views/
SkWindow.h 32 const SkBitmap& getBitmap() const { return fBitmap; }
  /external/chromium_org/third_party/skia/src/core/
SkDeviceLooper.h 37 const SkBitmap& getBitmap() const {
SkBitmapHeap.h 29 SkBitmap* getBitmap() { return &fBitmap; }
59 virtual SkBitmap* getBitmap(int32_t slot) const = 0;
129 virtual SkBitmap* getBitmap(int32_t slot) const SK_OVERRIDE {
SkPictureData.h 106 const SkBitmap& getBitmap(SkReader32* reader) const {
178 // Only used by getBitmap() if the passed in index is SkBitmapHeap::INVALID_SLOT. This empty
  /external/chromium_org/third_party/skia/gm/
giantbitmap.cpp 27 const SkBitmap& getBitmap() {
119 SkShader* s = SkShader::CreateBitmapShader(getBitmap(), fMode, fMode, &m);
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 108 canvas.drawBitmap(bitmapDrawable.getBitmap(), ANTIALIAS_BORDER, ANTIALIAS_BORDER, null);
  /external/chromium_org/third_party/skia/src/views/
SkWidgets.cpp 508 bool SkBitmapView::getBitmap(SkBitmap* bitmap) const
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 113 mContextWrapper.setWallpaper(mOriginalWallpaper.getBitmap());
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 297 milliseconds