Home
last modified time | relevance | path

Searched refs:physicalRight (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/include/input/
DDisplayViewport.h65 int32_t physicalRight; member
85 physicalRight(0), in DisplayViewport()
99 physicalRight == other.physicalRight && physicalBottom == other.physicalBottom &&
122 physicalRight = width; in setNonDisplayViewport()
141 physicalLeft, physicalTop, physicalRight, physicalBottom, deviceWidth, in toString()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayViewport.cpp94 viewport->physicalRight = env->GetIntField(physicalFrameObj, gRectClassInfo.right); in android_hardware_display_DisplayViewport_toNative()
/frameworks/base/libs/input/tests/
DPointerController_test.cpp186 viewport.physicalRight = 800; in ensureDisplayViewportIsSet()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp961 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureInputDevice()
968 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureInputDevice()
970 naturalPhysicalLeft = mViewport.deviceWidth - mViewport.physicalRight; in configureInputDevice()
977 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureInputDevice()
979 naturalPhysicalTop = mViewport.deviceWidth - mViewport.physicalRight; in configureInputDevice()
985 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureInputDevice()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp326 v.physicalRight = isRotated ? height : width; in addDisplayViewport()
7006 v.physicalRight = rotatedPhysicalDisplay.right; in configurePhysicalDisplay()