Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp3165 int32_t pointDisplayY = pointerItem.GetDisplayY(); in ConsumeMoveOrDragEvent() local
3182 pointDisplayX, pointDisplayY, rect.posX_, rect.posY_, rect.width_, rect.height_); in ConsumeMoveOrDragEvent()
3189 EndMoveOrDragWindow(pointDisplayX, pointDisplayY, pointId, sourceType); in ConsumeMoveOrDragEvent()
3319 int32_t pointDisplayY = pointerItem.GetDisplayY(); in PerfLauncherHotAreaIfNeed() local
3320 if (pointDisplayY > displayHeight - height) { in PerfLauncherHotAreaIfNeed()