Searched refs:isUiExtentionWindow (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | input_windows_manager.h | 296 WindowInfo **touchWindow, bool &isUiExtentionWindow);
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 2832 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 D | input_windows_manager_test.cpp | 4745 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));
|