Home
last modified time | relevance | path

Searched refs:physicalLeft (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/include/input/
DDisplayViewport.h63 int32_t physicalLeft; member
83 physicalLeft(0), in DisplayViewport()
98 physicalLeft == other.physicalLeft && physicalTop == other.physicalTop &&
120 physicalLeft = 0; in setNonDisplayViewport()
141 physicalLeft, physicalTop, physicalRight, physicalBottom, deviceWidth, in toString()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayViewport.cpp92 viewport->physicalLeft = env->GetIntField(physicalFrameObj, gRectClassInfo.left); in android_hardware_display_DisplayViewport_toNative()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp961 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureInputDevice()
963 naturalPhysicalTop = mViewport.physicalLeft; in configureInputDevice()
968 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureInputDevice()
977 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureInputDevice()
985 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureInputDevice()
987 naturalPhysicalLeft = mViewport.physicalLeft; in configureInputDevice()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp324 v.physicalLeft = 0; in addDisplayViewport()
7004 v.physicalLeft = rotatedPhysicalDisplay.left; in configurePhysicalDisplay()