Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DMagnifierView.java154 int boundaryPositionPx, float horizontalCenter, float x) { in onCropDragStarted()
176 int boundaryPositionPx, float horizontalCenter, float x) { in onCropDragMoved()
DCropView.java655 int boundaryPositionPx, float horizontalCenter, float x); in onCropDragStarted()
658 int boundaryPositionPx, float horizontalCenter, float x); in onCropDragMoved()
/frameworks/opt/bitmap/src/com/android/bitmap/
DDecodeTask.java562 public float horizontalCenter; field in DecodeTask.DecodeOptions
604 public DecodeOptions(final int destW, final int destH, final float horizontalCenter, in DecodeOptions()