Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DDisplayViewport.h39 int32_t physicalBottom; member
47 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0), in DisplayViewport()
61 && physicalBottom == other.physicalBottom
85 physicalBottom = height; in setNonDisplayViewport()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayViewport.cpp79 viewport->physicalBottom = env->GetIntField(physicalFrameObj, gRectClassInfo.bottom); in android_hardware_display_DisplayViewport_toNative()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1207 jint physicalLeft, jint physicalTop, jint physicalRight, jint physicalBottom, in nativeSetDisplayViewport() argument
1221 v.physicalBottom = physicalBottom; in nativeSetDisplayViewport()
/frameworks/native/services/inputflinger/
DInputReader.cpp287 viewport.physicalRight, viewport.physicalBottom, in dumpViewport()
3430 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3432 naturalPhysicalLeft = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()
3441 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3443 naturalPhysicalTop = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()
3450 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3462 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3779 mViewport.physicalRight, mViewport.physicalBottom, in dumpSurface()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java198 int physicalLeft, int physicalTop, int physicalRight, int physicalBottom, in nativeSetDisplayViewport() argument
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp202 v.physicalBottom = isRotated ? width : height; in createDisplayViewport()