Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DDisplayViewport.h56 int32_t physicalLeft; member
76 physicalLeft(0), in DisplayViewport()
91 physicalLeft == other.physicalLeft && physicalTop == other.physicalTop &&
113 physicalLeft = 0; in setNonDisplayViewport()
134 physicalLeft, physicalTop, physicalRight, physicalBottom, deviceWidth, in toString()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayViewport.cpp93 viewport->physicalLeft = env->GetIntField(physicalFrameObj, gRectClassInfo.left); in android_hardware_display_DisplayViewport_toNative()
/frameworks/native/services/inputflinger/tests/
DFakeInputReaderPolicy.cpp92 v.physicalLeft = 0; in addDisplayViewport()
DInputReader_test.cpp5980 viewport->physicalLeft = 20; in TEST_F()
6037 viewport->physicalLeft = 20; in TEST_F()
6953 viewport->physicalLeft = 0; in TEST_F()
7035 v.physicalLeft = rotatedPhysicalDisplay.left; in configurePhysicalDisplay()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp986 mPhysicalFrameInRotatedDisplay = {mViewport.physicalLeft, mViewport.physicalTop, in configureInputDevice()