HomeSort by relevance Sort by last modified time
    Searched refs:createBitmap (Results 126 - 149 of 149) sorted by null

1 2 3 4 56

  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsDalvikActivity.java 171 Bitmap b2 = Bitmap.createBitmap(b.getWidth(), b.getHeight(), b.getConfig());
  /development/tools/recovery_l10n/src/com/android/recovery_l10n/
Main.java 230 Bitmap out = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
LoadDataWithBaseUrlTest.java 304 Bitmap bitmap = Bitmap.createBitmap(1, 1, Bitmap.Config.RGB_565);
AwContentsClientShouldInterceptRequestTest.java 252 Bitmap bitmap = Bitmap.createBitmap(2, 2, Bitmap.Config.ARGB_8888);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 372 Bitmap bitmap = Bitmap.createBitmap(pixelCount, 1, Config.ARGB_8888);
415 Bitmap reuseBuffer = Bitmap.createBitmap(1000000, 1, Bitmap.Config.ALPHA_8);
557 mDefaultCreationDensity = Bitmap.createBitmap(1, 1, Config.ARGB_8888).getDensity();
  /cts/hostsidetests/theme/app/src/android/theme/app/
HoloDeviceActivity.java 123 mBitmap = Bitmap.createBitmap(v.getWidth(), v.getHeight(), Bitmap.Config.ARGB_8888);
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 622 Bitmap bmp = Bitmap.createBitmap(colors, mWidth, mHeight, Bitmap.Config.ARGB_8888);
  /cts/tests/tests/widget/src/android/widget/cts/
CompoundButtonTest.java 258 Canvas canvas = new Canvas(android.graphics.Bitmap.createBitmap(100, 100,
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 458 bmp = Bitmap.createBitmap(w, h, Config.ARGB_8888);
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 320 Bitmap bitmap = Bitmap.createBitmap(v.getWidth(), v.getHeight(), Bitmap.Config.ARGB_8888);
  /development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DynamicListView.java 189 Bitmap bitmap = Bitmap.createBitmap(v.getWidth(), v.getHeight(), Bitmap.Config.ARGB_8888);
  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayout.java 278 mFullBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifDecoder.java 587 result = Bitmap.createBitmap(header.width, header.height, targetConfig);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
ImageReaderTest.java 354 Bitmap yuvBmap = Bitmap.createBitmap(yuvColors, yuvPatch.width(),
388 Bitmap fullYUVBmap = Bitmap.createBitmap(fullYUVColors,
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 511 Bitmap inputImageAdjusted = Bitmap.createBitmap(inputImage,
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
SplitAppTest.java 361 final Bitmap bitmap = Bitmap.createBitmap(d.getIntrinsicWidth(), d.getIntrinsicHeight(),
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 320 Bitmap newBitmap = Bitmap.createBitmap(curW, curH, Bitmap.Config.ARGB_8888);
  /development/samples/Home/src/com/example/android/home/
Home.java 651 final Bitmap thumb = Bitmap.createBitmap(width, height, c);
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 622 textView.setBackgroundDrawable(new BitmapDrawable(Bitmap.createBitmap(100, 100,
    [all...]
ViewTest.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 549 Bitmap.createBitmap(
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 285 Bitmap bitmap = Bitmap.createBitmap(20, 30, Bitmap.Config.RGB_565);
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 1109 milliseconds

1 2 3 4 56