HomeSort by relevance Sort by last modified time
    Searched defs:bitmap (Results 701 - 725 of 864) sorted by null

<<21222324252627282930>>

  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java 41 import android.graphics.Bitmap;
42 import android.graphics.Bitmap.CompressFormat;
121 * internal bitmap handling.
1077 Bitmap bitmap; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
PhotoModule.java 23 import android.graphics.Bitmap;
826 Bitmap original = BitmapFactory.decodeByteArray(jpegData, 0, jpegData.length);
846 Bitmap resized = Bitmap.createBitmap(original,xOffset,yOffset,newWidth, newHeight);
852 resized.compress(Bitmap.CompressFormat.JPEG, 90, stream);
1296 Bitmap bitmap = CameraUtil.makeBitmap(data, 50 * 1024); local
    [all...]
VideoModule.java 27 import android.graphics.Bitmap;
1443 Bitmap bitmap = null; local
1468 Bitmap bitmap = getVideoThumbnail(); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 31 import android.graphics.Bitmap;
752 Bitmap originalHires = ImageLoader.loadOrientedConstrainedBitmap(master.getUri(),
765 Bitmap highresBitmap = MasterImage.getImage().getOriginalBitmapHighres();
1086 Bitmap bitmap = MasterImage.getImage().getHighresImage(); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 38 import android.graphics.Bitmap;
146 private Bitmap mDefaultIcon;
223 public Bitmap getFallbackIcon() {
224 return Bitmap.createBitmap(mDefaultIcon);
2422 Parcelable bitmap = data.getParcelableExtra(Intent.EXTRA_SHORTCUT_ICON); local
    [all...]
  /prebuilts/sdk/current/support/v14/preference/libs/
android-support-v14-preference.jar 
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 23 import android.graphics.Bitmap;
24 import android.graphics.Bitmap.Config;
625 textView.setBackgroundDrawable(new BitmapDrawable(Bitmap.createBitmap(100, 100,
1412 Bitmap bitmap = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); local
    [all...]
  /development/ndk/platforms/android-21/include/linux/
kvm.h 745 __u64 bitmap; member in struct:kvm_dirty_tlb
    [all...]
  /development/ndk/platforms/android-3/include/linux/
videodev2.h 324 void __user *bitmap; member in struct:v4l2_window
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 29 import android.graphics.Bitmap;
177 private Bitmap mDefaultContactPhoto;
760 * Creates a bitmap of the given contact on a selected chip.
763 * @param paint The paint to use to draw the bitmap.
765 private Bitmap createChipBitmap(RecipientEntry contact, TextPaint paint) {
773 return bitmapContainer.bitmap;
817 result.bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
818 final Canvas canvas = new Canvas(result.bitmap);
3280 Bitmap bitmap; field in class:RecipientEditTextView.ChipBitmapContainer
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 39 import android.graphics.Bitmap;
158 // The bitmap of the last captured picture thumbnail and the URI of the
1411 Bitmap bitmap = Util.makeBitmap(data, 50 * 1024); local
    [all...]
VideoCamera.java 40 import android.graphics.Bitmap;
163 // The bitmap of the last captured video thumbnail and the URI of the
1648 Bitmap bitmap = null; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 215 Pixmap clip_mask; /* bitmap clipping; other calls for rects */
1372 Pixmap bitmap; member in union:_XIMStatusDrawCallbackStruct::__anon36501
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 212 Pixmap clip_mask; /* bitmap clipping; other calls for rects */
1369 Pixmap bitmap; member in union:_XIMStatusDrawCallbackStruct::__anon38364
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
videodev2.h 324 void __user *bitmap; member in struct:v4l2_window
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
videodev2.h 324 void __user *bitmap; member in struct:v4l2_window
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
videodev2.h 324 void __user *bitmap; member in struct:v4l2_window
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
videodev2.h 324 void __user *bitmap; member in struct:v4l2_window
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
videodev2.h 324 void __user *bitmap; member in struct:v4l2_window
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
videodev2.h 324 void __user *bitmap; member in struct:v4l2_window
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
videodev2.h 324 void __user *bitmap; member in struct:v4l2_window
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
videodev2.h 324 void __user *bitmap; member in struct:v4l2_window
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
videodev2.h 324 void __user *bitmap; member in struct:v4l2_window
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
videodev2.h 324 void __user *bitmap; member in struct:v4l2_window
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/
videodev2.h 324 void __user *bitmap; member in struct:v4l2_window

Completed in 3166 milliseconds

<<21222324252627282930>>