Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DDisplayViewport.h62 int32_t logicalRight; member
78 logicalLeft(0), logicalTop(0), logicalRight(0), logicalBottom(0), in DisplayViewport()
89 && logicalRight == other.logicalRight
115 logicalRight = width; in setNonDisplayViewport()
138 logicalRight, logicalBottom, in toString()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayViewport.cpp85 viewport->logicalRight = env->GetIntField(logicalFrameObj, gRectClassInfo.right); in android_hardware_display_DisplayViewport_toNative()
/frameworks/base/libs/input/
DPointerController.cpp145 *outMaxX = mLocked.viewport.logicalRight - 1; in getBoundsLocked()
/frameworks/native/services/inputflinger/
DInputReader.cpp3570 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
3579 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
3590 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
3600 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp261 v.logicalRight = isRotated ? height : width; in createDisplayViewport()