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

/frameworks/base/services/input/
H A DInputReader.h61 int32_t physicalLeft; member in struct:android::DisplayViewport
71 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0),
82 && physicalLeft == other.physicalLeft
105 physicalLeft = 0;
H A DInputReader.cpp2935 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft;
2937 naturalPhysicalTop = mViewport.physicalLeft;
2944 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft;
2955 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft;
2965 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft;
2967 naturalPhysicalLeft = mViewport.physicalLeft;
3268 mViewport.physicalLeft, mViewport.physicalTop,
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp996 jint physicalLeft, jint physicalTop, jint physicalRight, jint physicalBottom,
1007 v.physicalLeft = physicalLeft;
993 nativeSetDisplayViewport(JNIEnv* env, jclass clazz, jint ptr, jboolean external, jint displayId, jint orientation, jint logicalLeft, jint logicalTop, jint logicalRight, jint logicalBottom, jint physicalLeft, jint physicalTop, jint physicalRight, jint physicalBottom, jint deviceWidth, jint deviceHeight) argument
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java155 int physicalLeft, int physicalTop, int physicalRight, int physicalBottom,
152 nativeSetDisplayViewport(int ptr, boolean external, int displayId, int rotation, int logicalLeft, int logicalTop, int logicalRight, int logicalBottom, int physicalLeft, int physicalTop, int physicalRight, int physicalBottom, int deviceWidth, int deviceHeight) argument
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp150 v.physicalLeft = 0;

Completed in 504 milliseconds