Home
last modified time | relevance | path

Searched refs:isTitle (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Ddualfwk_sound_setting.cpp111 if (setting.second.isTitle) { in GetDisplayNames()
165 bool isTitle = false; in ProcessConf() local
174 toneFile = RingtoneFileUtils::GetFileNameFromPathOrUri(conf.ringtonePath, isTitle); in ProcessConf()
176 toneFile, TONE_SETTING_TYPE_RINGTONE, RING_TONE_TYPE_SIM_CARD_1, false, true, isTitle in ProcessConf()
180 toneFile = RingtoneFileUtils::GetFileNameFromPathOrUri(conf.ringtone2Path, isTitle); in ProcessConf()
186 toneFile = RingtoneFileUtils::GetFileNameFromPathOrUri(conf.alarmAlertPath, isTitle); in ProcessConf()
188 toneFile, TONE_SETTING_TYPE_ALARM, ALARM_TONE_TYPE, false, true, isTitle in ProcessConf()
192 toneFile = RingtoneFileUtils::GetFileNameFromPathOrUri(conf.messagePath, isTitle); in ProcessConf()
194 toneFile, TONE_SETTING_TYPE_SHOT, SHOT_TONE_TYPE_SIM_CARD_1, false, true, isTitle in ProcessConf()
198 toneFile = RingtoneFileUtils::GetFileNameFromPathOrUri(conf.messageSub1, isTitle); in ProcessConf()
[all …]
H A Dringtone_dualfwk_restore.cpp342 } else if (setting.isTitle) { in MergeQueries()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_pattern.cpp530 const RefPtr<FrameNode>& barNode, bool isTitle) in ResetBarState() argument
534 auto& ctx = GetSwipeContext(isTitle); in ResetBarState()
567 PostShowBarDelayedTask(isTitle); in ResetBarState()
592 auto& ctx = GetSwipeContext(isTitle); in UpdateBarHiddenOffset()
604 if (isTitle) { in UpdateBarHiddenOffset()
663 auto barNode = GetBarNode(nodeBase, isTitle); in StartHideOrShowBarInner()
683 auto& ctx = pattern->GetSwipeContext(isTitle); in StartHideOrShowBarInner()
690 pattern->PostShowBarDelayedTask(isTitle); in StartHideOrShowBarInner()
695 auto& ctx = GetSwipeContext(isTitle); in StartHideOrShowBarInner()
707 auto& ctx = GetSwipeContext(isTitle); in StopHideBarIfNeeded()
[all …]
H A Dnavdestination_pattern.h268 HideBarOnSwipeContext& GetSwipeContext(bool isTitle) in GetSwipeContext() argument
270 return isTitle ? titleBarSwipeContext_ : toolBarSwipeContext_; in GetSwipeContext()
272 RefPtr<FrameNode> GetBarNode(const RefPtr<NavDestinationNodeBase>& nodeBase, bool isTitle);
276 const RefPtr<FrameNode>& barNode, float offset, bool isTitle);
278 float barHeight, float curTranslate, bool isTitle, bool isHide);
279 void StopHideBarIfNeeded(float curTranslate, bool isTitle);
280 void PostShowBarDelayedTask(bool isTitle);
282 const RefPtr<FrameNode>& barNode, bool isTitle);
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/include/
H A Ddualfwk_sound_setting.h36 bool isTitle {false};
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h259 void MarkTitle(bool isTitle) in MarkTitle() argument
261 isTitle_ = isTitle; in MarkTitle()
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_file_utils.cpp152 string RingtoneFileUtils::GetFileNameFromPathOrUri(const string &path, bool &isTitle) in GetFileNameFromPathOrUri() argument
158 isTitle = true; in GetFileNameFromPathOrUri()
161 isTitle = false; in GetFileNameFromPathOrUri()
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/include/
H A Dringtone_file_utils.h57 EXPORT static std::string GetFileNameFromPathOrUri(const std::string &path, bool &isTitle);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_title_util.h115 const RefPtr<FrameNode>& barNode, float translate, bool isTitle);
H A Dnavigation_title_util.cpp958 const RefPtr<FrameNode>& barNode, float translate, bool isTitle) in UpdateTitleOrToolBarTranslateYAndOpacity() argument
973 if (isTitle) { in UpdateTitleOrToolBarTranslateYAndOpacity()