HomeSort by relevance Sort by last modified time
    Searched refs:getBitmap (Results 76 - 100 of 343) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/widget/src/android/widget/cts/
ImageViewTest.java 210 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap());
226 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap());
248 Bitmap.Config viewConfig = imageViewBitmap.getBitmap().getConfig();
252 WidgetTestUtils.assertEquals(testimageBitmap, imageViewBitmap.getBitmap());
268 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap());
285 WidgetTestUtils.assertEquals(bitmap, imageViewBitmap.getBitmap());
SimpleAdapterTest.java 329 WidgetTestUtils.assertEquals(d.getBitmap(),
330 ((BitmapDrawable) view.getDrawable()).getBitmap());
353 WidgetTestUtils.assertEquals(d.getBitmap(),
354 ((BitmapDrawable) view.getDrawable()).getBitmap());
369 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap();
RemoteViewsTest.java 240 WidgetTestUtils.assertEquals(dBlack.getBitmap(),
241 ((BitmapDrawable) image.getDrawable()).getBitmap());
254 WidgetTestUtils.assertEquals(dBlue.getBitmap(),
255 ((BitmapDrawable) image.getDrawable()).getBitmap());
268 WidgetTestUtils.assertEquals(d.getBitmap(),
269 ((BitmapDrawable) image.getDrawable()).getBitmap());
291 Bitmap imageViewBitmap = ((BitmapDrawable) image.getDrawable()).getBitmap();
403 WidgetTestUtils.assertEquals(d.getBitmap(),
404 ((BitmapDrawable) image.getDrawable()).getBitmap());
493 WidgetTestUtils.assertEquals(bitmap, ((BitmapDrawable) image.getDrawable()).getBitmap());
    [all...]
  /development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/
WindowAnimations.java 95 Bitmap bm = drawable.getBitmap();
  /external/skia/include/views/
SkWindow.h 51 const SkBitmap& getBitmap() const { return fBitmap; }
  /frameworks/base/core/java/com/android/internal/util/
ImageUtils.java 137 return ((BitmapDrawable) drawable).getBitmap();
  /frameworks/base/graphics/java/android/graphics/
NinePatch.java 179 public Bitmap getBitmap() {
225 * to querying the width of the underlying bitmap returned by {@link #getBitmap()}.
233 * to querying the height of the underlying bitmap returned by {@link #getBitmap()}.
241 * This is equivalent to calling <code>getBitmap().hasAlpha()</code> on this
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SimpleFrame.java 127 public Bitmap getBitmap() {
  /frameworks/opt/chips/src/com/android/ex/chips/
CircularImageView.java 74 Bitmap bitmap = bitmapDrawable.getBitmap();
  /packages/apps/Gallery/src/com/android/camera/
ImageLoader.java 48 public void getBitmap(IImage image,
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
LauncherIcons.java 139 return ((BitmapDrawable) badged).getBitmap();
238 Bitmap bitmap = bitmapDrawable.getBitmap();
366 return getBitmap().getWidth();
371 return getBitmap().getWidth();
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetImageView.java 66 public Bitmap getBitmap() {
WidgetsContainerView.java 176 if (image.getBitmap() == null) {
184 image.getBitmapBounds(), image.getBitmap().getWidth(), image.getWidth(),
  /packages/apps/Messaging/src/com/android/messaging/ui/
OrientedBitmapDrawable.java 101 canvas.drawBitmap(getBitmap(), (Rect) null, mDstRect, getPaint());
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
TerminalView.java 140 if (bridge.getBitmap() != null) {
145 canvas.drawBitmap(bridge.getBitmap(), 0, 0, paint);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipNotification.java 216 art = metadata.getBitmap(MediaMetadata.METADATA_KEY_ALBUM_ART);
218 art = metadata.getBitmap(MediaMetadata.METADATA_KEY_ART);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
RenderingRequest.java 74 bitmap = MasterImage.getImage().getBitmapCache().getBitmap(
138 public Bitmap getBitmap() {
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidget.java 99 mInfo != null && preview != null && preview.getBitmap() != null) {
100 mWidgetPreviewLoader.recycleBitmap(mInfo, preview.getBitmap());
  /packages/apps/Launcher3/src/com/android/launcher3/dynamicui/
ColorExtractionService.java 139 Bitmap wallpaper = ((BitmapDrawable) wallpaperManager.getDrawable()).getBitmap();
170 Bitmap wallpaper = ((BitmapDrawable) wallpaperManager.getDrawable()).getBitmap();
  /frameworks/base/core/tests/coretests/src/android/graphics/drawable/
IconTest.java 48 .getBitmap();
147 .getBitmap();
170 .getBitmap();
194 .getBitmap();
237 .getBitmap();
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 70 private static Bitmap getBitmap(Context context, int resId) {
154 .setLargeIcon(getBitmap(context, R.drawable.bucket))
277 .setLargeIcon(getBitmap(mContext, R.drawable.matias_hed))
342 .setLargeIcon(getBitmap(mContext, R.drawable.romainguy_hed))
346 .bigPicture(d.getBitmap()))
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PlaybackControlsRow.java 543 createBitmap(repeatDrawable.getBitmap(), repeatAllColor));
546 createBitmap(repeatOneDrawable.getBitmap(), repeatOneColor));
606 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
664 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
725 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
    [all...]
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 74 private static Bitmap getBitmap(Context context, int resId) {
141 .setLargeIcon(getBitmap(context, R.drawable.bucket))
219 .setLargeIcon(getBitmap(this, R.drawable.matias_hed))
287 .setLargeIcon(getBitmap(this, R.drawable.romainguy_hed))
290 .bigPicture(d.getBitmap())
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 170 mReusableBitmaps.add(new SoftReference<Bitmap>(oldValue.getBitmap()));
262 value.getBitmap().compress(
614 Bitmap bitmap = value.getBitmap();
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 170 mReusableBitmaps.add(new SoftReference<Bitmap>(oldValue.getBitmap()));
262 value.getBitmap().compress(
614 Bitmap bitmap = value.getBitmap();

Completed in 1042 milliseconds

1 2 34 5 6 7 8 91011>>