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