Searched defs:xScale (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/hardware/input/ |
D | TouchCalibration.java | 61 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 | 158 constexpr float xScale = 2; in PublishAndConsumeMotionEvent() local
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | OutputLayer.cpp | 163 const float xScale = crop.getWidth() / float(winWidth); in calculateOutputSourceCrop() local
|
/frameworks/native/include/input/ |
D | InputTransport.h | 120 float xScale; member
|
/frameworks/native/libs/input/ |
D | Input.cpp | 323 int32_t buttonState, MotionClassification classification, float xScale, in initialize()
|
D | InputTransport.cpp | 487 MotionClassification classification, float xScale, float yScale, float xOffset, in publishMotionEvent()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 2380 const float xScale = t.sx(); in fillInputInfo() local
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 1398 float xScale = sourceWidth < 0 ? 1.0f : dst.getWidth() / sourceWidth; in setGeometry() local
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 810 void setWindowScale(float xScale, float yScale) { in setWindowScale()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 2504 float xScale = 1.0f, yScale = 1.0f; in startDispatchCycleLocked() local
|