Home
last modified time | relevance | path

Searched refs:x_ymix (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/include/
DInputReaderBase.h327 float x_ymix; member
334 x_scale(1.0f), x_ymix(0.0f), x_offset(0.0f), in TouchAffineTransformation()
340 x_scale(xscale), x_ymix(xymix), x_offset(xoffset), in TouchAffineTransformation()
/frameworks/native/services/inputflinger/
DInputReaderBase.cpp162 newX = x * x_scale + y * x_ymix + x_offset; in applyTo()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1136 transform.x_ymix = matrix[1]; in getTouchAffineTransformation()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp1367 dump += StringPrintf(INDENT4 "X ymix: %0.3f\n", mAffineTransform.x_ymix); in dumpAffineTransformation()