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

  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 364 viewport.logicalBottom - viewport.logicalTop,
468 v.logicalBottom - v.logicalTop,
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h 61 int32_t logicalBottom;
71 logicalLeft(0), logicalTop(0), logicalRight(0), logicalBottom(0),
82 && logicalBottom == other.logicalBottom
105 logicalBottom = height;
    [all...]
InputReader.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 161 int logicalLeft, int logicalTop, int logicalRight, int logicalBottom,
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 149 v.logicalBottom = isRotated ? width : height;
    [all...]

Completed in 239 milliseconds