Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DDisplayViewport.h63 int32_t physicalBottom; member
83 physicalBottom(0), in DisplayViewport()
96 physicalRight == other.physicalRight && physicalBottom == other.physicalBottom &&
120 physicalBottom = height; in setNonDisplayViewport()
139 physicalLeft, physicalTop, physicalRight, physicalBottom, deviceWidth, in toString()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_display_DisplayViewport.cpp95 viewport->physicalBottom = env->GetIntField(physicalFrameObj, gRectClassInfo.bottom); in android_hardware_display_DisplayViewport_toNative()
/aosp12/frameworks/base/libs/input/tests/
H A DPointerController_test.cpp177 viewport.physicalBottom = 600; in ensureDisplayViewportIsSet()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp700 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
702 naturalPhysicalLeft = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()
711 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
713 naturalPhysicalTop = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()
720 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
732 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp349 v.physicalBottom = isRotated ? width : height; in createDisplayViewport()
8611 internalViewport->physicalBottom = DISPLAY_WIDTH * 3 / 4; in halfDisplayToCenterHorizontal()
8624 internalViewport->physicalBottom = DISPLAY_HEIGHT; in halfDisplayToCenterHorizontal()