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 221 float x_ymix; member in struct:android::TouchAffineTransformation
228 x_scale(1.0f), x_ymix(0.0f), x_offset(0.0f),
234 x_scale(xscale), x_ymix(xymix), x_offset(xoffset),
    [all...]
InputReader.cpp 324 newX = x * x_scale + y * x_ymix + x_offset;
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp     [all...]

Completed in 852 milliseconds