Home
last modified time | relevance | path

Searched refs:horizontalCenter (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java327 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 DMagnifierView.java154 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 DCropView.java637 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 DBuiltInWallpaperAsset.java182 float horizontalCenter = BitmapUtils.calculateHorizontalAlignment(dimensions, mRect); in doInBackground() local
189 horizontalCenter, in doInBackground()