Searched refs:DISPLAY_ORIENTATION_0 (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/include/input/ |
D | DisplayViewport.h | 77 displayId(ADISPLAY_ID_NONE), orientation(DISPLAY_ORIENTATION_0), in DisplayViewport() 112 orientation = DISPLAY_ORIENTATION_0; in setNonDisplayViewport()
|
/frameworks/native/libs/ui/include/ui/ |
D | DisplayInfo.h | 44 DISPLAY_ORIENTATION_0 = 0, enumerator
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | DisplayInfo.h | 44 DISPLAY_ORIENTATION_0 = 0, enumerator
|
/frameworks/native/opengl/tests/lib/ |
D | WindowSurface.cpp | 51 if (mainDpyInfo.orientation != DISPLAY_ORIENTATION_0 && in WindowSurface()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1085 DISPLAY_ORIENTATION_0, uniqueId, NO_PORT, ViewportType::VIEWPORT_INTERNAL); in TEST_F() 1115 DISPLAY_ORIENTATION_0, internalUniqueId, NO_PORT, ViewportType::VIEWPORT_INTERNAL); in TEST_F() 1118 DISPLAY_ORIENTATION_0, externalUniqueId, NO_PORT, ViewportType::VIEWPORT_EXTERNAL); in TEST_F() 1121 DISPLAY_ORIENTATION_0, virtualUniqueId1, NO_PORT, ViewportType::VIEWPORT_VIRTUAL); in TEST_F() 1124 DISPLAY_ORIENTATION_0, virtualUniqueId2, NO_PORT, ViewportType::VIEWPORT_VIRTUAL); in TEST_F() 1173 DISPLAY_ORIENTATION_0, uniqueId1, NO_PORT, type); in TEST_F() 1176 DISPLAY_ORIENTATION_0, uniqueId2, NO_PORT, type); in TEST_F() 1218 DISPLAY_ORIENTATION_0, uniqueId1, hdmi3, type); in TEST_F() 1221 DISPLAY_ORIENTATION_0, uniqueId2, hdmi1, type); in TEST_F() 1567 DISPLAY_ORIENTATION_0, "local:0", NO_PORT, ViewportType::VIEWPORT_INTERNAL); in TEST_F() [all …]
|
/frameworks/av/cmds/screenrecord/ |
D | screenrecord.cpp | 84 using android::DISPLAY_ORIENTATION_0; 326 gRotate ? DISPLAY_ORIENTATION_90 : DISPLAY_ORIENTATION_0, in setDisplayProjection()
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 128 if (orientation != DISPLAY_ORIENTATION_0) { in rotateValueUsingRotationMap() 2204 return DISPLAY_ORIENTATION_0; in getOrientation() 2649 mOrientation = DISPLAY_ORIENTATION_0; in configure() 2947 InputMapper(device), mOrientation(DISPLAY_ORIENTATION_0) { in RotaryEncoderInputMapper() 2995 mOrientation = DISPLAY_ORIENTATION_0; in configure() 3063 mSurfaceOrientation(DISPLAY_ORIENTATION_0) { in TouchInputMapper() 3598 case DISPLAY_ORIENTATION_0: in configureSurface() 3628 mViewport.orientation : DISPLAY_ORIENTATION_0; in configureSurface() 3639 mSurfaceOrientation = DISPLAY_ORIENTATION_0; in configureSurface()
|