Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DDisplayViewport.h64 int32_t physicalLeft; member
79 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0), in DisplayViewport()
91 && physicalLeft == other.physicalLeft
117 physicalLeft = 0; in setNonDisplayViewport()
139 physicalLeft, physicalTop, in toString()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayViewport.cpp90 viewport->physicalLeft = env->GetIntField(physicalFrameObj, gRectClassInfo.left); in android_hardware_display_DisplayViewport_toNative()
/frameworks/native/services/inputflinger/
DInputReader.cpp3572 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3574 naturalPhysicalTop = mViewport.physicalLeft; in configureSurface()
3581 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3592 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3602 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3604 naturalPhysicalLeft = mViewport.physicalLeft; in configureSurface()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp263 v.physicalLeft = 0; in createDisplayViewport()