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

1 2 3 4 5 6

  /external/sonivox/jet_tools/JetCreator/
img_Paste.py 30 def getBitmap():
39 icon.CopyFromBitmap(getBitmap())
img_favicon.py 50 def getBitmap():
59 icon.CopyFromBitmap(getBitmap())
img_Copy.py 40 def getBitmap():
49 icon.CopyFromBitmap(getBitmap())
img_Find.py 74 def getBitmap():
83 icon.CopyFromBitmap(getBitmap())
  /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());
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DirectoryEntry.java 41 public Bitmap getBitmap(Resources res) {
  /external/jmonkeyengine/engine/src/android/com/jme3/texture/plugins/
AndroidImageLoader.java 14 Bitmap bitmap = imageInfo.getBitmap();
  /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();
BitmapLoader.java 101 public synchronized Bitmap 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());
TextViewTest.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
BitmapPool.java 55 public synchronized Bitmap getBitmap() {
62 public synchronized Bitmap getBitmap(int width, int height) {
  /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() {
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
LoadScreennailTask.java 58 return new BitmapUtils(context).getBitmap(params[0], SCREENNAIL_WIDTH, SCREENNAIL_HEIGHT);
  /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();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoProcessorTest.java 40 final Bitmap sourceBitmap = ((BitmapDrawable) source).getBitmap();
  /packages/apps/Mms/tests/src/com/android/mms/util/
SmileyParserUnitTests.java 69 Bitmap bitmap1 = bitmapDrawable1.getBitmap();
70 Bitmap bitmap2 = bitmapDrawable2.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)) {
  /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();
  /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());
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageEncoder.java 60 Bitmap bitmap = input.getBitmap();
  /packages/apps/Launcher2/src/com/android/launcher2/
FastBitmapDrawable.java 105 public Bitmap getBitmap() {
  /frameworks/base/core/java/android/view/
TextureView.java 521 * @see #getBitmap(android.graphics.Bitmap)
522 * @see #getBitmap(int, int)
524 public Bitmap getBitmap() {
525 return getBitmap(getWidth(), getHeight());
548 * @see #getBitmap(android.graphics.Bitmap)
549 * @see #getBitmap()
551 public Bitmap getBitmap(int width, int height) {
553 return getBitmap(Bitmap.createBitmap(getResources().getDisplayMetrics(),
576 * @see #getBitmap(int, int)
577 * @see #getBitmap()
    [all...]

Completed in 289 milliseconds

1 2 3 4 5 6