HomeSort by relevance Sort by last modified time
    Searched full:createbitmap (Results 101 - 125 of 139) sorted by null

1 2 3 45 6

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
ResourceHelper.java 189 bitmap = Bitmap.createBitmap(bitmap);
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 122 Bitmap bitmap = Bitmap.createBitmap(item.getDrawingCache());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
RecognitionView.java 249 final Bitmap b = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
TestShellActivity.java 753 Bitmap bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(), Config.ARGB_8888);
765 Bitmap bitmap = Bitmap.createBitmap(view.getContentWidth(), view.getContentHeight(),
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 653 final Bitmap b = Bitmap.createBitmap(width, height,
708 Bitmap thumb = Bitmap.createBitmap(imageWidth, imageHeight,
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 603 Bitmap b = Bitmap.createBitmap(p.getWidth(), p.getHeight(), Config.ARGB_8888);
683 Bitmap b = Bitmap.createBitmap(p.getWidth(), p.getHeight(), Config.ARGB_8888);
691 b = Bitmap.createBitmap(mWebView.getWidth(), mWebView.getHeight(), Config.ARGB_8888);
843 Bitmap b2 = Bitmap.createBitmap(p.getWidth(), p.getHeight(), Config.ARGB_8888);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
MonthView.java 631 private Bitmap createBitmap(Drawable drawable, int width, int height) {
633 Bitmap bitmap = Bitmap.createBitmap(width, height, mBitmap.getConfig());
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java 521 Bitmap mMutableBitmap = Bitmap.createBitmap(10, 28, Config.ARGB_8888);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 129 mBitmap = Bitmap.createBitmap(mStrikeWidth, mStrikeHeight, config);
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 458 bmp = Bitmap.createBitmap(w, h, Config.ARGB_8888);
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 357 jobject GraphicsJNI::createBitmap(JNIEnv* env, SkBitmap* bitmap, bool isMutable,
BitmapFactory.cpp 471 return GraphicsJNI::createBitmap(env, bitmap, false, ninePatchChunk);
  /frameworks/base/docs/html/guide/topics/graphics/
index.jd 99 Bitmap b = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888);
  /packages/apps/Gallery3D/src/com/cooliris/media/
TimeBar.java 424 Bitmap bitmap = Bitmap.createBitmap(mBackgroundRect.right, mBackgroundRect.bottom,
RenderView.java 245 Bitmap padded = Bitmap.createBitmap(paddedWidth, paddedHeight, config);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 262 Bitmap bitmap = Bitmap.createBitmap(cacheBitmap);
  /development/samples/Home/src/com/example/android/home/
Home.java 651 final Bitmap thumb = Bitmap.createBitmap(width, height, c);
  /frameworks/base/core/java/android/app/
WallpaperManager.java 697 Bitmap newbm = Bitmap.createBitmap(width, height,
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 467 Bitmap bm = Bitmap.createBitmap(mIconSize, mIconSize,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java 328 Bitmap buffer = Bitmap.createBitmap(mSpaceKey.width, mSpaceIcon.getIntrinsicHeight(),
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 866 textView.setBackgroundDrawable(new BitmapDrawable(Bitmap.createBitmap(100, 100,
    [all...]
ViewTest.java     [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 506 Bitmap bitmap = Bitmap.createBitmap(20, 30, Bitmap.Config.RGB_565);
    [all...]
  /external/webkit/WebCore/rendering/
RenderThemeWin.cpp 582 HBITMAP patternBmp = ::CreateBitmap(8, 8, 1, 1, patternBits);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 628 mBuffer = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
    [all...]

Completed in 1039 milliseconds

1 2 3 45 6