Searched refs:VIEWPORT_INTERNAL (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/include/input/ |
D | DisplayViewport.h | 35 VIEWPORT_INTERNAL = 1, enumerator 42 case ViewportType::VIEWPORT_INTERNAL: in viewportTypeToString() 81 type(ViewportType::VIEWPORT_INTERNAL) { in DisplayViewport() 125 type = ViewportType::VIEWPORT_INTERNAL; in setNonDisplayViewport()
|
/frameworks/base/core/java/android/hardware/display/ |
D | DisplayViewport.java | 41 public static final int VIEWPORT_INTERNAL = 1; field in DisplayViewport 45 VIEWPORT_INTERNAL, VIEWPORT_EXTERNAL, VIEWPORT_VIRTUAL}) 163 case VIEWPORT_INTERNAL: in typeToString()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | RotaryEncoderInputMapper.cpp | 69 config->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in configure()
|
D | KeyboardInputMapper.cpp | 141 mViewport = config->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in configure()
|
D | CursorInputMapper.cpp | 185 config->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in configure()
|
D | TouchInputMapper.cpp | 599 viewportTypeToUse = ViewportType::VIEWPORT_INTERNAL; in findViewport() 608 viewport = mConfig.getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in findViewport()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
D | DisplayManagerServiceTest.java | 160 case DisplayViewport.VIEWPORT_INTERNAL: { in testCreateVirtualDisplay_sentToInputManager() 223 assertEquals(DisplayViewport.VIEWPORT_INTERNAL, internalViewport.type); in testPhysicalViewports()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1092 mFakePolicy->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in TEST_F() 1097 DISPLAY_ORIENTATION_0, uniqueId, NO_PORT, ViewportType::VIEWPORT_INTERNAL); in TEST_F() 1102 ASSERT_EQ(ViewportType::VIEWPORT_INTERNAL, internalViewport->type); in TEST_F() 1105 internalViewport = mFakePolicy->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in TEST_F() 1113 internalViewport = mFakePolicy->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in TEST_F() 1127 DISPLAY_ORIENTATION_0, internalUniqueId, NO_PORT, ViewportType::VIEWPORT_INTERNAL); in TEST_F() 1140 mFakePolicy->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in TEST_F() 1179 std::vector<ViewportType> types = {ViewportType::VIEWPORT_INTERNAL, in TEST_F() 1579 DISPLAY_ORIENTATION_0, "local:0", NO_PORT, ViewportType::VIEWPORT_INTERNAL); in TEST_F() 1966 orientation, UNIQUE_ID, NO_PORT, ViewportType::VIEWPORT_INTERNAL); in prepareDisplay() [all …]
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayManagerService.java | 29 import static android.hardware.display.DisplayViewport.VIEWPORT_INTERNAL; 1385 viewportType = VIEWPORT_INTERNAL; in configureDisplayLocked() 1405 if (viewportType != VIEWPORT_INTERNAL && viewportType != VIEWPORT_EXTERNAL in getViewportLocked()
|