/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/ |
H A D | dualfwk_sound_setting.cpp | 111 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 D | ringtone_dualfwk_restore.cpp | 342 } else if (setting.isTitle) { in MergeQueries()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_pattern.cpp | 530 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 D | navdestination_pattern.h | 268 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 D | dualfwk_sound_setting.h | 36 bool isTitle {false};
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_item_component.h | 259 void MarkTitle(bool isTitle) in MarkTitle() argument 261 isTitle_ = isTitle; in MarkTitle()
|
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/src/ |
H A D | ringtone_file_utils.cpp | 152 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 D | ringtone_file_utils.h | 57 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 D | navigation_title_util.h | 115 const RefPtr<FrameNode>& barNode, float translate, bool isTitle);
|
H A D | navigation_title_util.cpp | 958 const RefPtr<FrameNode>& barNode, float translate, bool isTitle) in UpdateTitleOrToolBarTranslateYAndOpacity() argument 973 if (isTitle) { in UpdateTitleOrToolBarTranslateYAndOpacity()
|