Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/frameworks/include/
H A Di_dinput_context.h90 uint32_t sinkWinShowY = 0; // sink show window y coordinate member
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp861 sinkScreenInfo.sinkWinShowY = jsonObj[SINK_WINDOW_SHOW_Y].get<std::uint32_t>(); in ParseMessage()
878 sinkScreenInfo.sinkWinShowY = sinkScreenInfoTmp.sinkWinShowY; in UpdateSinkScreenInfoCache()
888 sinkScreenInfo.sinkWinShowY, sinkScreenInfo.sinkShowWidth, sinkScreenInfo.sinkShowHeight, in UpdateSinkScreenInfoCache()
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp141 transformInfo.sinkWinPhyY = static_cast<uint32_t>(sinkScreenInfo.sinkWinShowY / in CalculateTransformInfo()