HomeSort by relevance Sort by last modified time
    Searched full:getbitmap (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 46 public Bitmap getBitmap() {
93 assertNotNull(t.getBitmap());
105 assertNull(t.getBitmap());
118 assertNotNull(t.getBitmap());
136 assertNotNull(t1.getBitmap());
138 assertNull(t2.getBitmap());
  /external/jmonkeyengine/engine/src/android/com/jme3/texture/plugins/
AndroidImageLoader.java 14 Bitmap bitmap = imageInfo.getBitmap();
  /cts/tests/tests/widget/src/android/widget/cts/
ImageSwitcherTest.java 71 WidgetTestUtils.assertEquals(sceneryBitmap.getBitmap(), currViewBitmap.getBitmap());
79 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), currViewBitmap.getBitmap());
109 currViewBitmap.getBitmap().getConfig());
110 WidgetTestUtils.assertEquals(testImageBitmap, currViewBitmap.getBitmap());
118 currViewBitmap.getBitmap().getConfig());
121 WidgetTestUtils.assertEquals(sceneryImageBitmap, currViewBitmap.getBitmap());
SimpleCursorTreeAdapterTest.java 136 WidgetTestUtils.assertEquals(d.getBitmap(),
137 ((BitmapDrawable) view.getDrawable()).getBitmap());
162 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap();
SimpleAdapterTest.java 286 WidgetTestUtils.assertEquals(d.getBitmap(),
287 ((BitmapDrawable) view.getDrawable()).getBitmap());
311 WidgetTestUtils.assertEquals(d.getBitmap(),
312 ((BitmapDrawable) view.getDrawable()).getBitmap());
327 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap();
ImageViewTest.java 184 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap());
207 Bitmap.Config viewConfig = imageViewBitmap.getBitmap().getConfig();
211 WidgetTestUtils.assertEquals(testimageBitmap, imageViewBitmap.getBitmap());
228 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap());
246 WidgetTestUtils.assertEquals(bitmap, imageViewBitmap.getBitmap());
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
BitmapPool.java 59 public synchronized Bitmap getBitmap() {
66 public synchronized Bitmap getBitmap(int width, int height) {
99 if (mOneSize) return getBitmap();
101 return getBitmap(options.outWidth, options.outHeight);
106 if (mOneSize) return getBitmap();
108 return getBitmap(options.outWidth, options.outHeight);
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 87 if (mBitmapDisplayed.getBitmap() != null) {
131 Bitmap old = mBitmapDisplayed.getBitmap();
166 if (bitmap.getBitmap() != null) {
168 setImageBitmap(bitmap.getBitmap(), bitmap.getRotation());
187 if (mBitmapDisplayed.getBitmap() == null) {
194 mBitmapDisplayed.getBitmap().getWidth(),
195 mBitmapDisplayed.getBitmap().getHeight());
297 if (mBitmapDisplayed.getBitmap() == null) {
367 if (mBitmapDisplayed.getBitmap() == null) {
379 if (mBitmapDisplayed.getBitmap() == null)
    [all...]
RotateBitmap.java 45 public Bitmap getBitmap() {
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksAdapter.java 111 Bitmap thumbnail = item.thumbnail != null ? item.thumbnail.getBitmap() : null;
112 thumbnail = BrowserBookmarksPage.getBitmap(c,
116 && (item.thumbnail == null || item.thumbnail.getBitmap() != thumbnail)) {
  /packages/apps/Mms/tests/src/com/android/mms/util/
SmileyParserUnitTests.java 69 Bitmap bitmap1 = bitmapDrawable1.getBitmap();
70 Bitmap bitmap2 = bitmapDrawable2.getBitmap();
  /cts/tests/tests/content/src/android/content/pm/cts/
ComponentInfoTest.java 82 WidgetTestUtils.assertEquals(((BitmapDrawable) d).getBitmap(),
83 ((BitmapDrawable) defaultIcon).getBitmap());
88 WidgetTestUtils.assertEquals(((BitmapDrawable) d).getBitmap(),
89 ((BitmapDrawable) d2).getBitmap());
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DirectoryEntry.java 41 public Bitmap getBitmap(Resources res) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapTexture.java 51 public Bitmap getBitmap() {
UploadedTexture.java 135 private Bitmap getBitmap() {
155 if (mWidth == UNSPECIFIED) getBitmap();
161 if (mWidth == UNSPECIFIED) getBitmap();
194 Bitmap bitmap = getBitmap();
219 Bitmap bitmap = getBitmap();
  /packages/apps/VideoEditor/src/com/android/videoeditor/
BaseAdapterWithImages.java 137 if (drawable != null && drawable.getBitmap() != null) {
139 drawable.getBitmap().recycle();
158 if (drawable != null && drawable.getBitmap() != null) {
159 drawable.getBitmap().recycle();
  /cts/tests/tests/holo/src/android/holo/cts/
BitmapAssets.java 96 public static Bitmap getBitmap(Context context, String bitmapName) {
99 return ((BitmapDrawable) resources.getDrawable(resourceId)).getBitmap();
LayoutTestActivity.java 132 mBitmap = getBitmap();
164 mBitmap = getBitmap();
165 mReferenceBitmap = BitmapAssets.getBitmap(getApplicationContext(), mBitmapName);
275 private Bitmap getBitmap() {
  /cts/tests/tests/text/src/android/text/style/cts/
ImageSpanTest.java 96 WidgetTestUtils.assertEquals(bitmapDrawable.getBitmap(), resultDrawable.getBitmap());
  /external/sonivox/jet_tools/JetCreator/
img_Paste.py 30 def getBitmap():
39 icon.CopyFromBitmap(getBitmap())
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageEncoder.java 60 Bitmap bitmap = input.getBitmap();
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
LoadScreennailTask.java 58 return new BitmapUtils(context).getBitmap(params[0], SCREENNAIL_WIDTH, SCREENNAIL_HEIGHT);
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
LoadScreennailTask.java 60 return new BitmapUtils(context).getBitmap(params[0], SCREENNAIL_WIDTH, SCREENNAIL_HEIGHT);
  /frameworks/base/core/java/android/view/
TextureView.java 505 * @see #getBitmap(android.graphics.Bitmap)
506 * @see #getBitmap(int, int)
508 public Bitmap getBitmap() {
509 return getBitmap(getWidth(), getHeight());
532 * @see #getBitmap(android.graphics.Bitmap)
533 * @see #getBitmap()
535 public Bitmap getBitmap(int width, int height) {
537 return getBitmap(Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888));
559 * @see #getBitmap(int, int)
560 * @see #getBitmap()
    [all...]
  /cts/tests/tests/textureview/src/android/textureview/cts/
TextureViewSnapshotTestActivity.java 80 Bitmap bitmap = mTexView.getBitmap();

Completed in 507 milliseconds

1 2 3 4 5 6