Searched defs:xScale (Results 1 – 9 of 9) sorted by relevance
| /frameworks/base/core/java/android/hardware/input/ |
| D | TouchCalibration.java | 62 public TouchCalibration(float xScale, float xyMix, float xOffset, in TouchCalibration()
|
| /frameworks/native/headers/media_plugin/media/openmax/ |
| D | OMX_Other.h | 250 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member 263 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member
|
| /frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
| D | ImageUtils.java | 203 public static BufferedImage scale(@NonNull BufferedImage source, double xScale, double yScale) { in scale()
|
| /frameworks/native/libs/input/tests/ |
| D | InputPublisherAndConsumer_test.cpp | 157 constexpr float xScale = 2; in PublishAndConsumeMotionEvent() local
|
| /frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
| D | OutputLayer.cpp | 166 const float xScale = crop.getWidth() / float(winWidth); in calculateOutputSourceCrop() local
|
| /frameworks/base/native/android/ |
| D | surface_control.cpp | 446 ASurfaceControl* aSurfaceControl, float xScale, float yScale) { in ASurfaceTransaction_setScale()
|
| /frameworks/native/services/surfaceflinger/ |
| D | Layer.cpp | 2213 const float xScale = t.getScaleX(); in fillInputFrameInfo() local
|
| /frameworks/native/libs/gui/ |
| D | SurfaceComposerClient.cpp | 1545 float xScale = sourceWidth < 0 ? 1.0f : dst.getWidth() / sourceWidth; in setGeometry() local
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputDispatcher_test.cpp | 977 void setWindowScale(float xScale, float yScale) { setWindowTransform(xScale, 0, 0, yScale); } in setWindowScale()
|