Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DDisplayViewport.h59 int32_t physicalLeft; member
79 physicalLeft(0), in DisplayViewport()
94 physicalLeft == other.physicalLeft && physicalTop == other.physicalTop &&
116 physicalLeft = 0; in setNonDisplayViewport()
138 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.cpp677 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
679 naturalPhysicalTop = mViewport.physicalLeft; in configureSurface()
686 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
697 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
707 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
709 naturalPhysicalLeft = mViewport.physicalLeft; in configureSurface()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp330 v.physicalLeft = 0; in createDisplayViewport()
8339 internalViewport->physicalLeft = 0; in halfDisplayToCenterHorizontal()
8352 internalViewport->physicalLeft = DISPLAY_WIDTH / 4; in halfDisplayToCenterHorizontal()