Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/include/
H A DInputReaderBase.h327 float x_scale; member
335 x_scale(1.0f), x_ymix(0.0f), x_offset(0.0f), in TouchAffineTransformation()
341 x_scale(xscale), x_ymix(xymix), x_offset(xoffset), in TouchAffineTransformation()
/aosp12/frameworks/native/services/inputflinger/
H A DInputReaderBase.cpp165 newX = x * x_scale + y * x_ymix + x_offset; in applyTo()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1136 transform.x_scale = matrix[0]; in getTouchAffineTransformation()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp1395 dump += StringPrintf(INDENT4 "X scale: %0.3f\n", mAffineTransform.x_scale); in dumpAffineTransformation()