Searched refs:x_ymix (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.h260 float x_ymix; member in struct:android::TouchAffineTransformation
267 x_scale(1.0f), x_ymix(0.0f), x_offset(0.0f),
273 x_scale(xscale), x_ymix(xymix), x_offset(xoffset),
H A DInputReader.cpp224 newX = x * x_scale + y * x_ymix + x_offset;
3673 dump.appendFormat(INDENT4 "X ymix: %0.3f\n", mAffineTransform.x_ymix);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp765 transform.x_ymix = matrix[1];

Completed in 161 milliseconds