Searched refs:offsetTop (Results 1 – 2 of 2) sorted by relevance
134 int offsetTop = (bitmap.getHeight() - clippedHeight) / 2; in writeClippedBitmap() local140 Bitmap.createBitmap(bitmap, offsetLeft, offsetTop, clippedWidth, clippedHeight); in writeClippedBitmap()
110 final int offsetTop = (bitmap.getHeight() - clippedHeight) / 2; in doInBackgroundTimed() local119 matrix.postTranslate(-offsetLeft, -offsetTop); in doInBackgroundTimed()