Home
last modified time | relevance | path

Searched refs:currentAction (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/utils/src/
H A Dpip_report.cpp124 int32_t currentAction = CONTROL_ACTION_MAP[actionEvent]; in ReportPiPActionEvent() local
131 EVENT_KEY_ACTION_EVENT, currentAction, in ReportPiPActionEvent()
/foundation/multimodalinput/input/service/window_manager/include/
H A Dinput_windows_manager.h222 bool IsMouseDrawing(int32_t currentAction);
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp5770 int32_t currentAction = 10; in HWTEST_F() local
5771 bool ret = inputWindowsMgr.IsMouseDrawing(currentAction); in HWTEST_F()
5773 currentAction = 11; in HWTEST_F()
5774 ret = inputWindowsMgr.IsMouseDrawing(currentAction); in HWTEST_F()
5776 currentAction = 15; in HWTEST_F()
5777 ret = inputWindowsMgr.IsMouseDrawing(currentAction); in HWTEST_F()
5779 currentAction = 16; in HWTEST_F()
5780 ret = inputWindowsMgr.IsMouseDrawing(currentAction); in HWTEST_F()
5782 currentAction = 1; in HWTEST_F()
5783 ret = inputWindowsMgr.IsMouseDrawing(currentAction); in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp2779 bool InputWindowsManager::IsMouseDrawing(int32_t currentAction) in UpdateDisplayInfo() argument
2781 if (currentAction != PointerEvent::POINTER_ACTION_LEAVE_WINDOW && in UpdateDisplayInfo()
2782 currentAction != PointerEvent::POINTER_ACTION_ENTER_WINDOW && in UpdateDisplayInfo()
2783 currentAction != PointerEvent::POINTER_ACTION_PULL_OUT_WINDOW && in UpdateDisplayInfo()
2784 currentAction != PointerEvent::POINTER_ACTION_PULL_IN_WINDOW) { in UpdateDisplayInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp9417 auto currentAction = GetTextInputActionValue(GetDefaultTextInputAction()); in ResetKeyboardIfNeed() local
9420 needToResetKeyboard = action_ != currentAction; in ResetKeyboardIfNeed()
9422 action_ = currentAction; in ResetKeyboardIfNeed()

Completed in 28 milliseconds