HomeSort by relevance Sort by last modified time
    Searched refs:x_ymix (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/inputflinger/
InputReader.h 260 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),
    [all...]
InputReader.cpp 224 newX = x * x_scale + y * x_ymix + x_offset;
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 765 transform.x_ymix = matrix[1];
    [all...]

Completed in 369 milliseconds