Searched defs:physicalLeft (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/input/
H A DDisplayViewport.h36 int32_t physicalLeft; member in struct:android::DisplayViewport
47 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0),
58 && physicalLeft == other.physicalLeft
82 physicalLeft = 0;
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1207 jint physicalLeft, jint physicalTop, jint physicalRight, jint physicalBottom,
1218 v.physicalLeft = physicalLeft;
1204 nativeSetDisplayViewport(JNIEnv* env, jclass , jlong ptr, jint viewportType, jint displayId, jint orientation, jint logicalLeft, jint logicalTop, jint logicalRight, jint logicalBottom, jint physicalLeft, jint physicalTop, jint physicalRight, jint physicalBottom, jint deviceWidth, jint deviceHeight, jstring uniqueId) argument
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java198 int physicalLeft, int physicalTop, int physicalRight, int physicalBottom,
195 nativeSetDisplayViewport(long ptr, int viewportType, int displayId, int rotation, int logicalLeft, int logicalTop, int logicalRight, int logicalBottom, int physicalLeft, int physicalTop, int physicalRight, int physicalBottom, int deviceWidth, int deviceHeight, String uniqueId) argument

Completed in 4227 milliseconds