Searched defs:offsetLeft (Results 1 – 3 of 3) sorted by relevance
111 final int offsetLeft = (bitmap.getWidth() - clippedWidth) / 2; in doInBackgroundTimed() local
135 int offsetLeft = (bitmap.getWidth() - clippedWidth) / 2; in writeClippedBitmap() local
182 public void setRootLeash(@NonNull SurfaceControl leash, int offsetLeft, int offsetTop) { in setRootLeash()