Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DDisplayViewport.h58 int32_t logicalBottom; member
78 logicalBottom(0), in DisplayViewport()
93 logicalRight == other.logicalRight && logicalBottom == other.logicalBottom &&
115 logicalBottom = height; in setNonDisplayViewport()
137 orientation, logicalLeft, logicalTop, logicalRight, logicalBottom, in toString()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayViewport.cpp88 viewport->logicalBottom = env->GetIntField(logicalFrameObj, gRectClassInfo.bottom); in android_hardware_display_DisplayViewport_toNative()
/frameworks/base/libs/input/tests/
DPointerController_test.cpp175 viewport.logicalBottom = 1200; in ensureDisplayViewportIsSet()
/frameworks/base/libs/input/
DMouseCursorController.cpp84 *outMaxY = mLocked.viewport.logicalBottom - 1; in getBoundsLocked()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp674 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
685 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
694 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
706 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp329 v.logicalBottom = isRotated ? width : height; in createDisplayViewport()
8337 internalViewport->logicalBottom = DISPLAY_WIDTH / 2; in halfDisplayToCenterHorizontal()
8350 internalViewport->logicalBottom = DISPLAY_HEIGHT; in halfDisplayToCenterHorizontal()