Searched refs:horizontalCenter (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/ |
H A D | DecodeTask.java | 327 mDecodeOpts.horizontalCenter, mDecodeOpts.verticalCenter, in decode() 562 public float horizontalCenter; field in DecodeTask.DecodeOptions 604 public DecodeOptions(final int destW, final int destH, final float horizontalCenter, in DecodeOptions() argument 608 this.horizontalCenter = horizontalCenter; in DecodeOptions()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | MagnifierView.java | 154 int boundaryPositionPx, float horizontalCenter, float x) { in onCropDragStarted() argument 156 mLastCenter = horizontalCenter; in onCropDragStarted() 176 int boundaryPositionPx, float horizontalCenter, float x) { in onCropDragMoved() argument
|
H A D | CropView.java | 637 int boundaryPositionPx, float horizontalCenter, float x); in onCropDragStarted() argument 639 int boundaryPositionPx, float horizontalCenter, float x); in onCropDragMoved() argument
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
H A D | BuiltInWallpaperAsset.java | 182 float horizontalCenter = BitmapUtils.calculateHorizontalAlignment(dimensions, mRect); in doInBackground() local 189 horizontalCenter, in doInBackground()
|