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

  /frameworks/native/services/inputflinger/
InputReader.h 64 int32_t physicalRight;
72 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0),
85 && physicalRight == other.physicalRight
108 physicalRight = width;
    [all...]
InputReader.cpp     [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 162 int physicalLeft, int physicalTop, int physicalRight, int physicalBottom,
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 152 v.physicalRight = isRotated ? height : width;
    [all...]

Completed in 212 milliseconds