Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DContentRecorderTests.java650 float xScale = 0.7f; in testUpdateMirroredSurface_capturedAreaResized() local
694 float xScale = 1f; in testUpdateMirroredSurface_anisotropicPixel_compressY() local
715 float xScale = 0.5f; in testUpdateMirroredSurface_anisotropicPixel_compressX() local
738 float xScale = 2f; in testUpdateMirroredSurface_anisotropicPixel_scaleOnX() local
761 float xScale = 4f; in testUpdateMirroredSurface_anisotropicPixel_scaleOnY() local
784 float xScale = 0.5f; in testUpdateMirroredSurface_anisotropicPixel_shrinkCanvas() local
/frameworks/base/core/java/android/hardware/input/
DTouchCalibration.java62 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/native/services/inputflinger/tests/
DFakeWindows.h233 inline void setWindowScale(float xScale, float yScale) { in setWindowScale()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp168 const float xScale = crop.getWidth() / float(winWidth); in calculateOutputSourceCrop() local
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp57 const float xScale = 2; member
DInputPublisherAndConsumerNoResampling_test.cpp64 const float xScale = 2; member
/frameworks/base/native/android/
Dsurface_control.cpp485 ASurfaceControl* aSurfaceControl, float xScale, float yScale) { in ASurfaceTransaction_setScale()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp891 const float xScale = static_cast<float>(mViewport.deviceWidth) / rotatedRawSize.width; in computeInputTransforms() local
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2028 float xScale = sourceWidth < 0 ? 1.0f : dst.getWidth() / sourceWidth; in setGeometry() local
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp602 jfloat xScale, jfloat yScale) { in nativeSetScale()