Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h220 float x_scale; member
228 x_scale(1.0f), x_ymix(0.0f), x_offset(0.0f), in TouchAffineTransformation()
234 x_scale(xscale), x_ymix(xymix), x_offset(xoffset), in TouchAffineTransformation()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp924 transform.x_scale = matrix[0]; in getTouchAffineTransformation()