Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test.cpp33 constexpr int POINTER_CHANGE_AREA_SIXTEEN = 16; variable
509 int32_t pointerAreaSixteenPx = static_cast<int32_t>(POINTER_CHANGE_AREA_SIXTEEN * vpr);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp32 constexpr int POINTER_CHANGE_AREA_SIXTEEN = 16; variable
555 int32_t pointerAreaSixteenPx = static_cast<int32_t>(POINTER_CHANGE_AREA_SIXTEEN * vpr); in UpdatePointerAreas()