Home
last modified time | relevance | path

Searched refs:sinkPhyHeight (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_input/frameworks/include/
H A Di_dinput_context.h57 uint32_t sinkPhyHeight = 0; member
87 uint32_t sinkPhyHeight = 0; // sink touch screen height member
/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp93 sinkScreenInfo1.sinkPhyHeight = HEIGHT; in HWTEST_F()
96 EXPECT_EQ(HEIGHT, sinkScreenInfo.sinkPhyHeight); in HWTEST_F()
161 sinkScreenInfo.sinkPhyHeight = 1080; in HWTEST_F()
172 sinkScreenInfo.sinkPhyHeight = 1080; in HWTEST_F()
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp142 static_cast<double>(sinkScreenInfo.sinkShowHeight)) * sinkScreenInfo.sinkPhyHeight; in CalculateTransformInfo()
146 static_cast<double>(sinkScreenInfo.sinkShowHeight)) * sinkScreenInfo.sinkPhyHeight); in CalculateTransformInfo()
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp883 sinkScreenInfo.sinkPhyHeight = static_cast<uint32_t>(info.absMtPositionYMax + 1); in UpdateSinkScreenInfoCache()
886 "sinkPhyWidth: %{public}d, sinkPhyHeight: %{public}d", sinkScreenInfo.sinkShowWinId, in UpdateSinkScreenInfoCache()
889 sinkScreenInfo.sinkPhyWidth, sinkScreenInfo.sinkPhyHeight); in UpdateSinkScreenInfoCache()
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp926 info.sinkPhyHeight = static_cast<uint32_t>(absInfo.maximum + 1); in QueryLocalTouchScreenInfo()

Completed in 7 milliseconds