Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DDisplayViewport.h59 int32_t logicalBottom; member
79 logicalBottom(0), in DisplayViewport()
94 logicalRight == other.logicalRight && logicalBottom == other.logicalBottom &&
116 logicalBottom = height; in setNonDisplayViewport()
138 orientation, logicalLeft, logicalTop, logicalRight, logicalBottom, in toString()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_display_DisplayViewport.cpp88 viewport->logicalBottom = env->GetIntField(logicalFrameObj, gRectClassInfo.bottom); in android_hardware_display_DisplayViewport_toNative()
/aosp12/frameworks/base/libs/input/tests/
H A DPointerController_test.cpp175 viewport.logicalBottom = 1200; in ensureDisplayViewportIsSet()
/aosp12/frameworks/base/libs/input/
H A DMouseCursorController.cpp84 *outMaxY = mLocked.viewport.logicalBottom - 1; in getBoundsLocked()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp698 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
709 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
718 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
730 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp345 v.logicalBottom = isRotated ? width : height; in createDisplayViewport()
8606 internalViewport->logicalBottom = DISPLAY_WIDTH / 2; in halfDisplayToCenterHorizontal()
8619 internalViewport->logicalBottom = DISPLAY_HEIGHT; in halfDisplayToCenterHorizontal()