Searched defs:xScale (Results  1 – 10 of 10) 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. */  member263     OMX_S32 xScale;                 /**< This is a value in Q16 format which is used for  member
 
 | 
| /frameworks/base/services/tests/wmtests/src/com/android/server/wm/ | 
| D | ContentRecorderTests.java | 586         float xScale = 0.7f;  in testUpdateMirroredSurface_capturedAreaResized()  local
 | 
| /frameworks/native/libs/input/tests/ | 
| D | InputPublisherAndConsumer_test.cpp | 153     constexpr float xScale = 2;  in PublishAndConsumeMotionEvent()  local
 | 
| /frameworks/native/services/surfaceflinger/CompositionEngine/src/ | 
| D | OutputLayer.cpp | 168     const float xScale = crop.getWidth() / float(winWidth);  in calculateOutputSourceCrop()  local
 | 
| /frameworks/base/native/android/ | 
| D | surface_control.cpp | 485                                   ASurfaceControl* aSurfaceControl, float xScale, float yScale) {  in ASurfaceTransaction_setScale()
 | 
| /frameworks/native/services/inputflinger/reader/mapper/ | 
| D | TouchInputMapper.cpp | 896     const float xScale = static_cast<float>(mViewport.deviceWidth) / rotatedRawSize.width;  in computeInputTransforms()  local
 | 
| /frameworks/native/libs/gui/ | 
| D | SurfaceComposerClient.cpp | 1997     float xScale = sourceWidth < 0 ? 1.0f : dst.getWidth() / sourceWidth;  in setGeometry()  local
 | 
| /frameworks/base/core/jni/ | 
| D | android_view_SurfaceControl.cpp | 532                            jfloat xScale, jfloat yScale) {  in nativeSetScale()
 | 
| /frameworks/native/services/inputflinger/tests/ | 
| D | InputDispatcher_test.cpp | 1288     void setWindowScale(float xScale, float yScale) { setWindowTransform(xScale, 0, 0, yScale); }  in setWindowScale()
 |