Searched refs:horizontalCenter (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/bitmap/src/com/android/bitmap/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/ |
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
|
D | CropView.java | 655 int boundaryPositionPx, float horizontalCenter, float x); in onCropDragStarted() argument 658 int boundaryPositionPx, float horizontalCenter, float x); in onCropDragMoved() argument
|