Home
last modified time | relevance | path

Searched refs:VIEWPORT_INTERNAL (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/include/input/
DDisplayViewport.h35 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/
DDisplayViewport.java41 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/
DRotaryEncoderInputMapper.cpp69 config->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in configure()
DKeyboardInputMapper.cpp141 mViewport = config->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in configure()
DCursorInputMapper.cpp185 config->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in configure()
DTouchInputMapper.cpp599 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/
DDisplayManagerServiceTest.java160 case DisplayViewport.VIEWPORT_INTERNAL: { in testCreateVirtualDisplay_sentToInputManager()
223 assertEquals(DisplayViewport.VIEWPORT_INTERNAL, internalViewport.type); in testPhysicalViewports()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1092 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/
DDisplayManagerService.java29 import static android.hardware.display.DisplayViewport.VIEWPORT_INTERNAL;
1385 viewportType = VIEWPORT_INTERNAL; in configureDisplayLocked()
1405 if (viewportType != VIEWPORT_INTERNAL && viewportType != VIEWPORT_EXTERNAL in getViewportLocked()