Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dwindow_info.h219 static constexpr uint32_t FLAG_BIT_HANDWRITING = 2; member
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp1880 uint32_t flag = WindowInfo::FLAG_BIT_HANDWRITING;
1884 flag = WindowInfo::FLAG_BIT_HANDWRITING;
3756 windowInfo.flags = WindowInfo::FLAG_BIT_HANDWRITING;
3824 windowInfo.flags = WindowInfo::FLAG_BIT_HANDWRITING;
4524 windowInfo.flags = WindowInfo::FLAG_BIT_HANDWRITING;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp666 windowInfo.flags |= MMI::WindowInfo::FLAG_BIT_HANDWRITING; in GetWindowInfo()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp2804 return ((flag & WindowInfo::FLAG_BIT_HANDWRITING) == WindowInfo::FLAG_BIT_HANDWRITING && in UpdateDisplayInfo()