Searched refs:currentAction (Results 1 – 5 of 5) sorted by relevance
124 int32_t currentAction = CONTROL_ACTION_MAP[actionEvent]; in ReportPiPActionEvent() local131 EVENT_KEY_ACTION_EVENT, currentAction, in ReportPiPActionEvent()
5292 int32_t currentAction = 10; variable5293 bool ret = inputWindowsMgr.IsMouseDrawing(currentAction);5295 currentAction = 11;5296 ret = inputWindowsMgr.IsMouseDrawing(currentAction);5298 currentAction = 15;5299 ret = inputWindowsMgr.IsMouseDrawing(currentAction);5301 currentAction = 16;5302 ret = inputWindowsMgr.IsMouseDrawing(currentAction);5304 currentAction = 1;5305 ret = inputWindowsMgr.IsMouseDrawing(currentAction);
223 bool IsMouseDrawing(int32_t currentAction);
2719 bool InputWindowsManager::IsMouseDrawing(int32_t currentAction) in UpdateDisplayInfo() argument2721 if (currentAction != PointerEvent::POINTER_ACTION_LEAVE_WINDOW && in UpdateDisplayInfo()2722 currentAction != PointerEvent::POINTER_ACTION_ENTER_WINDOW && in UpdateDisplayInfo()2723 currentAction != PointerEvent::POINTER_ACTION_PULL_OUT_WINDOW && in UpdateDisplayInfo()2724 currentAction != PointerEvent::POINTER_ACTION_PULL_IN_WINDOW) { in UpdateDisplayInfo()
9388 auto currentAction = GetTextInputActionValue(GetDefaultTextInputAction()); in OnBackPressed() local9391 needToResetKeyboard = action_ != currentAction; in OnBackPressed()9393 action_ = currentAction; in OnBackPressed()