Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DDisplayViewport.h36 int32_t physicalLeft; member
47 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0), in DisplayViewport()
58 && physicalLeft == other.physicalLeft
82 physicalLeft = 0; in setNonDisplayViewport()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayViewport.cpp76 viewport->physicalLeft = env->GetIntField(physicalFrameObj, gRectClassInfo.left); in android_hardware_display_DisplayViewport_toNative()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1266 jint physicalLeft, jint physicalTop, jint physicalRight, jint physicalBottom, in nativeSetDisplayViewport() argument
1277 v.physicalLeft = physicalLeft; in nativeSetDisplayViewport()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java196 int physicalLeft, int physicalTop, int physicalRight, int physicalBottom, in nativeSetDisplayViewport() argument
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp216 v.physicalLeft = 0; in createDisplayViewport()