Home
last modified time | relevance | path

Searched refs:mAssociatedViewport (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp81 !mAssociatedViewport) { in updateEnableState()
285 mAssociatedViewport = std::nullopt; in configureInternal()
327 mAssociatedViewport = in configureInternal()
329 if (!mAssociatedViewport) { in configureInternal()
335 mAssociatedViewport = readerConfig.getDisplayViewportByUniqueId( in configureInternal()
337 if (!mAssociatedViewport) { in configureInternal()
343 mAssociatedViewport = readerConfig.getDisplayViewportByUniqueId( in configureInternal()
345 if (!mAssociatedViewport) { in configureInternal()
708 if (mAssociatedViewport) { in getAssociatedDisplayId()
709 return mAssociatedViewport->displayId; in getAssociatedDisplayId()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h76 return mAssociatedViewport; in getAssociatedViewport()
208 std::optional<DisplayViewport> mAssociatedViewport; variable
/frameworks/native/services/inputflinger/tests/
DCursorInputMapper_test.cpp108 : InputDeviceContext(device, eventHubId), mAssociatedViewport(viewport) {} in ViewportFakingInputDeviceContext()
116 return mAssociatedViewport; in getAssociatedViewport()
120 mAssociatedViewport = viewport; in setViewport()
124 std::optional<DisplayViewport> mAssociatedViewport; member in android::__anonf2388b230111::ViewportFakingInputDeviceContext