Searched refs:DISPLAY_ORIENTATION_0 (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | RotaryEncoderInputMapper.cpp | 26 : InputMapper(device), mOrientation(DISPLAY_ORIENTATION_0) { in RotaryEncoderInputMapper() 73 mOrientation = DISPLAY_ORIENTATION_0; in configure()
|
D | KeyboardInputMapper.cpp | 27 if (orientation != DISPLAY_ORIENTATION_0) { in rotateValueUsingRotationMap() 103 return DISPLAY_ORIENTATION_0; in getOrientation()
|
D | CursorInputMapper.cpp | 182 mOrientation = DISPLAY_ORIENTATION_0; in configure()
|
D | TouchInputMapper.cpp | 176 mSurfaceOrientation(DISPLAY_ORIENTATION_0) {} in TouchInputMapper() 718 case DISPLAY_ORIENTATION_0: in configureSurface() 748 mParameters.orientationAware ? mViewport.orientation : DISPLAY_ORIENTATION_0; in configureSurface() 759 mSurfaceOrientation = DISPLAY_ORIENTATION_0; in configureSurface()
|
/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_vndk/ui/ |
D | DisplayInfo.h | 44 DISPLAY_ORIENTATION_0 = 0, enumerator
|
/frameworks/native/libs/ui/include/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 | 1097 DISPLAY_ORIENTATION_0, uniqueId, NO_PORT, ViewportType::VIEWPORT_INTERNAL); in TEST_F() 1127 DISPLAY_ORIENTATION_0, internalUniqueId, NO_PORT, ViewportType::VIEWPORT_INTERNAL); in TEST_F() 1130 DISPLAY_ORIENTATION_0, externalUniqueId, NO_PORT, ViewportType::VIEWPORT_EXTERNAL); in TEST_F() 1133 DISPLAY_ORIENTATION_0, virtualUniqueId1, NO_PORT, ViewportType::VIEWPORT_VIRTUAL); in TEST_F() 1136 DISPLAY_ORIENTATION_0, virtualUniqueId2, NO_PORT, ViewportType::VIEWPORT_VIRTUAL); in TEST_F() 1185 DISPLAY_ORIENTATION_0, uniqueId1, NO_PORT, type); in TEST_F() 1188 DISPLAY_ORIENTATION_0, uniqueId2, NO_PORT, type); in TEST_F() 1230 DISPLAY_ORIENTATION_0, uniqueId1, hdmi3, type); in TEST_F() 1233 DISPLAY_ORIENTATION_0, uniqueId2, hdmi1, type); in TEST_F() 1579 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()
|