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

  /frameworks/native/services/inputflinger/
InputReader.h 65 int32_t physicalBottom;
72 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0),
86 && physicalBottom == other.physicalBottom
109 physicalBottom = height;
    [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 153 v.physicalBottom = isRotated ? width : height;
    [all...]

Completed in 207 milliseconds