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

1 2 34 5 6 7 8 91011>>

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ContactsAsyncHelperTest.java 134 Bitmap capturedPhoto = ((BitmapDrawable) photoCaptor.getValue()).getBitmap();
155 Bitmap capturedPhoto = ((BitmapDrawable) photoCaptor.getValue()).getBitmap();
169 return ((BitmapDrawable) d).getBitmap();
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.cpp 161 iterationState->emplace_back(popCount(entry.getBitmap()), entry.getTableIndex());
254 if (!exists(bitmapEntry.getBitmap(), label)) {
257 const int entryIndex = bitmapEntry.getTableIndex() + popCount(bitmapEntry.getBitmap(), label);
314 const uint32_t bitmap = bitmapEntry.getBitmap();
428 const int tableSize = popCount(bitmapEntry.getBitmap());
  /frameworks/base/core/tests/coretests/src/android/graphics/drawable/
IconTest.java 50 .getBitmap();
121 assertThat(ic.getBitmap().getWidth()).isLessThan(41);
122 assertThat(ic.getBitmap().getHeight()).isLessThan(21);
162 .getBitmap();
185 .getBitmap();
209 .getBitmap();
252 .getBitmap();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java 336 return consumer.getBitmap();
688 if (request.getBitmap() == null) {
695 mGeometryOnlyBitmap = request.getBitmap();
700 mFiltersOnlyBitmap = request.getBitmap();
707 mPartialBitmap = request.getBitmap();
714 mHighresBitmap = request.getBitmap();
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorTreeAdapterTest.java 155 WidgetTestUtils.assertEquals(d.getBitmap(),
156 ((BitmapDrawable) view.getDrawable()).getBitmap());
181 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap();
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();
  /cts/tests/tests/view/src/android/view/cts/
TextureViewCameraActivity.java 101 Bitmap bitmap = mTextureView.getBitmap();
  /development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/
WindowAnimations.java 95 Bitmap bm = drawable.getBitmap();
  /external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
ImageSource.java 217 protected final Bitmap getBitmap() {
  /frameworks/base/core/java/com/android/internal/util/
ImageUtils.java 137 return ((BitmapDrawable) drawable).getBitmap();
  /frameworks/base/core/tests/coretests/src/android/app/
NotificationTest.java 165 assertTrue(q.getLargeIcon().getBitmap().sameAs(n.getLargeIcon().getBitmap()));
180 assertTrue(((Icon) q.extras.getParcelable(Notification.EXTRA_LARGE_ICON)).getBitmap()
181 .sameAs(originalIcon.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 209 result = ((BitmapDrawable) badged).getBitmap();
303 Bitmap bitmap = bitmapDrawable.getBitmap();
429 return getBitmap().getWidth();
434 return getBitmap().getWidth();
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetImageView.java 66 public Bitmap getBitmap() {
  /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());
  /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/leanback/src/main/java/androidx/leanback/widget/
PlaybackControlsRow.java 544 createBitmap(repeatDrawable.getBitmap(), repeatAllColor));
547 createBitmap(repeatOneDrawable.getBitmap(), repeatOneColor));
607 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
665 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
726 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
    [all...]

Completed in 1577 milliseconds

1 2 34 5 6 7 8 91011>>