HomeSort by relevance Sort by last modified time
    Searched refs:newBitmap (Results 1 - 2 of 2) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 320 Bitmap newBitmap = Bitmap.createBitmap(curW, curH, Bitmap.Config.ARGB_8888);
322 newCanvas.setBitmap(newBitmap);
326 mBitmap = newBitmap;
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/jni/
JniInterface.java 450 private static Bitmap newBitmap(int width, int height) {

Completed in 233 milliseconds