Home
last modified time | relevance | path

Searched defs:xScale (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
DTouchCalibration.java61 public TouchCalibration(float xScale, float xyMix, float xOffset, in TouchCalibration()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Other.h250 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/
DImageUtils.java203 public static BufferedImage scale(@NonNull BufferedImage source, double xScale, double yScale) { in scale()
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp158 constexpr float xScale = 2; in PublishAndConsumeMotionEvent() local
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp163 const float xScale = crop.getWidth() / float(winWidth); in calculateOutputSourceCrop() local
/frameworks/native/include/input/
DInputTransport.h120 float xScale; member
/frameworks/native/libs/input/
DInput.cpp323 int32_t buttonState, MotionClassification classification, float xScale, in initialize()
DInputTransport.cpp487 MotionClassification classification, float xScale, float yScale, float xOffset, in publishMotionEvent()
/frameworks/native/services/surfaceflinger/
DLayer.cpp2380 const float xScale = t.sx(); in fillInputInfo() local
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1398 float xScale = sourceWidth < 0 ? 1.0f : dst.getWidth() / sourceWidth; in setGeometry() local
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp810 void setWindowScale(float xScale, float yScale) { in setWindowScale()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2504 float xScale = 1.0f, yScale = 1.0f; in startDispatchCycleLocked() local