Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Dinput_windows_manager.h296 WindowInfo **touchWindow, bool &isUiExtentionWindow);
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp2832 WindowInfo **touchWindow, bool &isUiExtentionWindow) in UpdateDisplayInfo() argument
2837 isUiExtentionWindow = true; in UpdateDisplayInfo()
3076 bool isUiExtentionWindow = false; in UpdateDisplayInfo() local
3080 isUiExtentionWindow = true; in UpdateDisplayInfo()
3084 if (isUiExtentionWindow) { in UpdateDisplayInfo()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp4745 bool isUiExtentionWindow = false; variable
4746 …NO_FATAL_FAILURE(WIN_MGR->GetUIExtentionWindowInfo(windows, 2, &touchWindow, isUiExtentionWindow));
4747 …NO_FATAL_FAILURE(WIN_MGR->GetUIExtentionWindowInfo(windows, 4, &touchWindow, isUiExtentionWindow));
4749 …TAL_FAILURE(WIN_MGR->GetUIExtentionWindowInfo(emptyWindows, 1, &touchWindow, isUiExtentionWindow));
5027 bool isUiExtentionWindow = false; variable
5032 &touchWindow, isUiExtentionWindow));