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

1 2 3

  /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())
img_Open.py 68 def getBitmap():
77 icon.CopyFromBitmap(getBitmap())
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapShader.java 39 public Bitmap 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());
  /packages/apps/Camera/src/com/android/camera/ui/
ResourceTexture.java 39 protected Bitmap getBitmap() {
58 getBitmap();
66 getBitmap();
CanvasTexture.java 31 protected Bitmap getBitmap() {
RawTexture.java 49 protected Bitmap getBitmap() {
NinePatchTexture.java 96 protected Bitmap getBitmap() {
97 return mDelegate.getBitmap();
Texture.java 81 protected abstract Bitmap getBitmap();
93 Bitmap bitmap = getBitmap();
  /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/Gallery3D/src/com/cooliris/media/
ImageViewTouchBase.java 86 if (mBitmapDisplayed.getBitmap() != null) {
120 Bitmap old = mBitmapDisplayed.getBitmap();
153 if (bitmap.getBitmap() != null) {
155 setImageBitmap(bitmap.getBitmap(), bitmap.getRotation());
174 if (mBitmapDisplayed.getBitmap() == null) {
180 RectF rect = new RectF(0, 0, mBitmapDisplayed.getBitmap().getWidth(), mBitmapDisplayed.getBitmap().getHeight());
280 if (mBitmapDisplayed.getBitmap() == null) {
341 if (mBitmapDisplayed.getBitmap() == null) {
353 if (mBitmapDisplayed.getBitmap() == null)
    [all...]
RotateBitmap.java 45 public Bitmap getBitmap() {
  /packages/apps/Mms/tests/src/com/android/mms/util/
SmileyParserUnitTests.java 69 Bitmap bitmap1 = bitmapDrawable1.getBitmap();
70 Bitmap bitmap2 = bitmapDrawable2.getBitmap();
  /cts/tests/tests/widget/src/android/widget/cts/
ImageSwitcherTest.java 99 WidgetTestUtils.assertEquals(sceneryBitmap.getBitmap(), currViewBitmap.getBitmap());
107 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), currViewBitmap.getBitmap());
143 WidgetTestUtils.assertEquals(testImageBitmap, currViewBitmap.getBitmap());
153 WidgetTestUtils.assertEquals(sceneryImageBitmap, currViewBitmap.getBitmap());
SimpleAdapterTest.java 372 WidgetTestUtils.assertEquals(d.getBitmap(),
373 ((BitmapDrawable) view.getDrawable()).getBitmap());
397 WidgetTestUtils.assertEquals(d.getBitmap(),
398 ((BitmapDrawable) view.getDrawable()).getBitmap());
416 ((BitmapDrawable) view.getDrawable()).getBitmap());
RemoteViewsTest.java 204 WidgetTestUtils.assertEquals(d.getBitmap(),
205 ((BitmapDrawable) image.getDrawable()).getBitmap());
239 WidgetTestUtils.assertEquals(d.getBitmap(),
240 ((BitmapDrawable) image.getDrawable()).getBitmap());
366 WidgetTestUtils.assertEquals(d.getBitmap(),
367 ((BitmapDrawable) image.getDrawable()).getBitmap());
469 WidgetTestUtils.assertEquals(bitmap, ((BitmapDrawable) image.getDrawable()).getBitmap());
494 WidgetTestUtils.assertEquals(bitmap, ((BitmapDrawable) image.getDrawable()).getBitmap());
620 WidgetTestUtils.assertEquals(d.getBitmap(),
621 ((BitmapDrawable) image.getDrawable()).getBitmap());
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
RecentCallsListActivityTests.java 159 Bitmap icon = ((BitmapDrawable) mItem.iconView.getDrawable()).getBitmap();
194 private Bitmap getBitmap(String resName) {
199 return d.getBitmap();
208 mCallTypeIcons.put(Calls.INCOMING_TYPE, getBitmap("ic_call_log_list_incoming_call"));
209 mCallTypeIcons.put(Calls.MISSED_TYPE, getBitmap("ic_call_log_list_missed_call"));
210 mCallTypeIcons.put(Calls.OUTGOING_TYPE, getBitmap("ic_call_log_list_outgoing_call"));
  /external/skia/include/views/
SkWindow.h 39 const SkBitmap& getBitmap() const { return fBitmap; }
  /packages/apps/Launcher2/src/com/android/launcher2/
FastBitmapDrawable.java 88 public Bitmap getBitmap() {
  /cts/tests/tests/content/src/android/content/pm/cts/
ComponentInfoTest.java 113 WidgetTestUtils.assertEquals(((BitmapDrawable) d).getBitmap(),
114 ((BitmapDrawable) defaultIcon).getBitmap());
119 WidgetTestUtils.assertEquals(((BitmapDrawable) d).getBitmap(),
120 ((BitmapDrawable) d2).getBitmap());
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
Glyph.java 225 public abstract byte[] getBitmap();

Completed in 423 milliseconds

1 2 3