Searched refs:offsetLeft (Results 1 – 3 of 3) 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()
53 result.left += parent.offsetLeft;