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