Home | History | Annotate | Download | only in screenshot

Lines Matching defs:ss

572             Bitmap ss = Bitmap.createBitmap(mDisplayMetrics.widthPixels,
574 Canvas c = new Canvas(ss);
575 c.translate(ss.getWidth() / 2, ss.getHeight() / 2);
582 mScreenBitmap = ss;