Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DMagnifierView.java154 int boundaryPositionPx, float horizontalCenter, float x) { in onCropDragStarted()
176 int boundaryPositionPx, float horizontalCenter, float x) { in onCropDragMoved()
H A DCropView.java637 int boundaryPositionPx, float horizontalCenter, float x); in onCropDragStarted()
639 int boundaryPositionPx, float horizontalCenter, float x); in onCropDragMoved()
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java562 public float horizontalCenter; field in DecodeTask.DecodeOptions
604 public DecodeOptions(final int destW, final int destH, final float horizontalCenter, in DecodeOptions()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DBuiltInWallpaperAsset.java182 float horizontalCenter = BitmapUtils.calculateHorizontalAlignment(dimensions, mRect); in doInBackground() local