Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DDisplayViewport.h56 int32_t logicalLeft; member
76 logicalLeft(0), in DisplayViewport()
93 logicalLeft == other.logicalLeft && logicalTop == other.logicalTop &&
113 logicalLeft = 0; in setNonDisplayViewport()
138 orientation, logicalLeft, logicalTop, logicalRight, logicalBottom, in toString()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_display_DisplayViewport.cpp85 viewport->logicalLeft = env->GetIntField(logicalFrameObj, gRectClassInfo.left); in android_hardware_display_DisplayViewport_toNative()
/aosp12/frameworks/base/libs/input/
H A DMouseCursorController.cpp81 *outMinX = mLocked.viewport.logicalLeft; in getBoundsLocked()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt521 private fun Rect.logicalLeft(@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.cpp342 v.logicalLeft = 0; in createDisplayViewport()
8603 internalViewport->logicalLeft = 0; in halfDisplayToCenterHorizontal()
8616 internalViewport->logicalLeft = 0; in halfDisplayToCenterHorizontal()