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

  /frameworks/base/services/input/
InputReader.h 63 int32_t physicalRight;
71 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0),
84 && physicalRight == other.physicalRight
107 physicalRight = width;
    [all...]
InputReader.cpp     [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp     [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 155 int physicalLeft, int physicalTop, int physicalRight, int physicalBottom,
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 152 v.physicalRight = isRotated ? height : width;
    [all...]

Completed in 170 milliseconds