Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/input/
H A DTouchCalibration.java62 public TouchCalibration(float xScale, float xyMix, float xOffset, in TouchCalibration()
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Other.h233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member
/aosp12/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Other.h233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Other.h233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Other.h233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/
H A DOMX_Other.h233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/
H A DOMX_Other.h233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member
/aosp12/frameworks/native/headers/media_plugin/media/openmax/
H A 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
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/
H A DOMX_Other.h233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DImageUtils.java203 public static BufferedImage scale(@NonNull BufferedImage source, double xScale, double yScale) { in scale()
/aosp12/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp158 constexpr float xScale = 2; in PublishAndConsumeMotionEvent() local
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutputLayer.cpp166 const float xScale = crop.getWidth() / float(winWidth); in calculateOutputSourceCrop() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DImageUtils.java836 final float xScale = (float) newWidth / sourceWidth; in scaleCenterCrop() local
/aosp12/frameworks/base/native/android/
H A Dsurface_control.cpp446 ASurfaceControl* aSurfaceControl, float xScale, float yScale) { in ASurfaceTransaction_setScale()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java2311 float xScale = 0.7f; in testVirtualDisplayContent_capturedAreaResized() local
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp2229 const float xScale = t.getScaleX(); in fillInputFrameInfo() local
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1570 float xScale = sourceWidth < 0 ? 1.0f : dst.getWidth() / sourceWidth; in setGeometry() local
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp990 void setWindowScale(float xScale, float yScale) { setWindowTransform(xScale, 0, 0, yScale); } in setWindowScale()