Searched refs:mAssociatedViewport (Results 1 – 3 of 3) sorted by relevance
81 !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()
76 return mAssociatedViewport; in getAssociatedViewport()208 std::optional<DisplayViewport> mAssociatedViewport; variable
108 : 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