Searched refs:GetMenuParams (Results 1 – 4 of 4) sorted by relevance
338 auto menuParams = pattern ? pattern->GetMenuParams(selectType, responseType) : nullptr; in CheckMenuParamChange()
7157 std::shared_ptr<SelectionMenuParams> menuParams = GetMenuParams(selectType, responseType); in OnBackPressed()
763 …std::shared_ptr<SelectionMenuParams> GetMenuParams(TextSpanType type, TextResponseType responseTyp…
3546 std::shared_ptr<SelectionMenuParams> TextPattern::GetMenuParams(TextSpanType spanType, TextResponse… in GetMenuParams() function in OHOS::Ace::NG::TextPattern3562 menuParams = GetMenuParams(currentSpanType, responseType); in CopySelectionMenuParams()3624 return GetMenuParams(currentSpanType, TextResponseType::SELECTED_BY_MOUSE) != nullptr; in IsSelectedBindSelectionMenu()