Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DDisplayViewport.h60 int32_t physicalLeft; member
80 physicalLeft(0), in DisplayViewport()
95 physicalLeft == other.physicalLeft && physicalTop == other.physicalTop &&
117 physicalLeft = 0; in setNonDisplayViewport()
139 physicalLeft, physicalTop, physicalRight, physicalBottom, deviceWidth, in toString()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_display_DisplayViewport.cpp92 viewport->physicalLeft = env->GetIntField(physicalFrameObj, gRectClassInfo.left); in android_hardware_display_DisplayViewport_toNative()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp701 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
703 naturalPhysicalTop = mViewport.physicalLeft; in configureSurface()
710 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
721 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
731 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
733 naturalPhysicalLeft = mViewport.physicalLeft; in configureSurface()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp346 v.physicalLeft = 0; in createDisplayViewport()
8608 internalViewport->physicalLeft = 0; in halfDisplayToCenterHorizontal()
8621 internalViewport->physicalLeft = DISPLAY_WIDTH / 4; in halfDisplayToCenterHorizontal()