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

  /frameworks/native/include/input/
DisplayViewport.h 34 int32_t logicalRight;
46 logicalLeft(0), logicalTop(0), logicalRight(0), logicalBottom(0),
56 && logicalRight == other.logicalRight
80 logicalRight = width;
  /frameworks/base/core/jni/
android_hardware_display_DisplayViewport.cpp 71 viewport->logicalRight = env->GetIntField(logicalFrameObj, gRectClassInfo.right);
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 437 viewport.logicalRight - viewport.logicalLeft,
552 v.logicalRight - v.logicalLeft,
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 314 viewport.logicalRight, viewport.logicalBottom,
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 195 int logicalLeft, int logicalTop, int logicalRight, int logicalBottom,
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 214 v.logicalRight = isRotated ? height : width;
    [all...]

Completed in 181 milliseconds