Home
last modified time | relevance | path

Searched refs:VIEWPORT_INTERNAL (Results 1 – 6 of 6) 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/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.cpp1080 mFakePolicy->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in TEST_F()
1085 DISPLAY_ORIENTATION_0, uniqueId, NO_PORT, ViewportType::VIEWPORT_INTERNAL); in TEST_F()
1090 ASSERT_EQ(ViewportType::VIEWPORT_INTERNAL, internalViewport->type); in TEST_F()
1093 internalViewport = mFakePolicy->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in TEST_F()
1101 internalViewport = mFakePolicy->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in TEST_F()
1115 DISPLAY_ORIENTATION_0, internalUniqueId, NO_PORT, ViewportType::VIEWPORT_INTERNAL); in TEST_F()
1128 mFakePolicy->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in TEST_F()
1167 std::vector<ViewportType> types = {ViewportType::VIEWPORT_INTERNAL, in TEST_F()
1567 DISPLAY_ORIENTATION_0, "local:0", NO_PORT, ViewportType::VIEWPORT_INTERNAL); in TEST_F()
1954 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;
1383 viewportType = VIEWPORT_INTERNAL; in configureDisplayLocked()
1403 if (viewportType != VIEWPORT_INTERNAL && viewportType != VIEWPORT_EXTERNAL in getViewportLocked()
/frameworks/native/services/inputflinger/
DInputReader.cpp2242 mViewport = config->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in configure()
2652 config->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in configure()
2991 config->getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in configure()
3480 viewportTypeToUse = ViewportType::VIEWPORT_INTERNAL; in findViewport()
3489 viewport = mConfig.getDisplayViewportByType(ViewportType::VIEWPORT_INTERNAL); in findViewport()