Home
last modified time | relevance | path

Searched refs:showTime_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dentry_page_info.h81 showTime_ = time; in SetShowTime()
86 return showTime_; in GetShowTime()
93 int64_t showTime_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_theme.h56 theme->showTime_ = SHOW_TIME; in Build()
163 return showTime_; in GetShowTime()
336 uint32_t showTime_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.h218 showTime_ = value; in SetShowTimeFlag()
726 bool showTime_ = false; variable
H A Ddatepicker_pattern.cpp707 if (showTime_) { in GetSelectedObject()