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

  /frameworks/native/include/input/
DisplayViewport.h 38 int32_t physicalRight;
47 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0),
60 && physicalRight == other.physicalRight
84 physicalRight = width;
  /frameworks/base/core/jni/
android_hardware_display_DisplayViewport.cpp 78 viewport->physicalRight = env->GetIntField(physicalFrameObj, gRectClassInfo.right);
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp     [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 316 viewport.physicalRight, viewport.physicalBottom,
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 196 int physicalLeft, int physicalTop, int physicalRight, int physicalBottom,
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 218 v.physicalRight = isRotated ? height : width;
    [all...]

Completed in 3785 milliseconds