Home
last modified time | relevance | path

Searched refs:y_xmix (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.h224 float y_xmix; member
230 y_xmix(0.0f), y_scale(1.0f), y_offset(0.0f) { in TouchAffineTransformation()
236 y_xmix(yxmix), y_scale(yscale), y_offset(yoffset) { in TouchAffineTransformation()
DInputReader.cpp322 newY = x * y_xmix + y * y_scale + y_offset; in applyTo()
4230 dump.appendFormat(INDENT4 "Y xmix: %0.3f\n", mAffineTransform.y_xmix); in dumpAffineTransformation()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp924 transform.y_xmix = matrix[3]; in getTouchAffineTransformation()