Home
last modified time | relevance | path

Searched refs:logicalRight (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/include/input/
H A DDisplayViewport.h58 int32_t logicalRight; member
78 logicalRight(0), in DisplayViewport()
94 logicalRight == other.logicalRight && logicalBottom == other.logicalBottom &&
115 logicalRight = width; in setNonDisplayViewport()
138 orientation, logicalLeft, logicalTop, logicalRight, logicalBottom, in toString()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_display_DisplayViewport.cpp87 viewport->logicalRight = env->GetIntField(logicalFrameObj, gRectClassInfo.right); in android_hardware_display_DisplayViewport_toNative()
/aosp12/frameworks/base/libs/input/tests/
H A DPointerController_test.cpp174 viewport.logicalRight = 1600; in ensureDisplayViewportIsSet()
/aosp12/frameworks/base/libs/input/
H A DMouseCursorController.cpp83 *outMaxX = mLocked.viewport.logicalRight - 1; in getBoundsLocked()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt512 private fun Rect.logicalRight(@Rotation rot: Int): Int {
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp699 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
708 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
719 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
729 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp344 v.logicalRight = isRotated ? height : width; in createDisplayViewport()
8605 internalViewport->logicalRight = DISPLAY_HEIGHT; in halfDisplayToCenterHorizontal()
8618 internalViewport->logicalRight = DISPLAY_WIDTH / 2; in halfDisplayToCenterHorizontal()