Searched refs:toast (Results 1 - 5 of 5) sorted by relevance
| /third_party/weex-loader/test/spec/ |
| H A D | toast.js | 2 __weex_define__('@weex-component/toast', [], function(__weex_require__) { 7 modal.toast({message: msg})
|
| /foundation/arkui/ace_engine/frameworks/core/components/stack/ |
| H A D | stack_element.cpp | 79 // avoid pop toast to protect page not empty. in HasOverlayChild() 82 [child](const ToastInfo& toast) { return toast.child == child; })) { in HasOverlayChild() 218 // store toast element in PerformPushToast() 232 // store toast element in PerformPushChild() 422 toastStack_.begin(), toastStack_.end(), [child](const ToastInfo& toast) { return toast.child == *child; }); in PerformDirectPop()
|
| /third_party/ffmpeg/tests/fate/ |
| H A D | voice.mak | 60 FATE_GSM-$(call DEMDEC, MOV, GSM) += fate-gsm-toast 61 fate-gsm-toast: CMD = framecrc -i $(TARGET_SAMPLES)/gsm/sample-gsm-8000.mov -t 10
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
| H A D | toast_pattern.h | 25 #include "core/components/toast/toast_theme.h" 28 #include "core/components_ng/pattern/toast/toast_accessibility_property.h" 30 #include "core/components_ng/pattern/toast/toast_layout_algorithm.h" 31 #include "core/components_ng/pattern/toast/toast_layout_property.h" 137 void UpdateToastSize(const RefPtr<FrameNode>& toast);
|
| H A D | toast_pattern.cpp | 15 #include "core/components_ng/pattern/toast/toast_pattern.h" 48 // init toast wrapper rect with different settings. in InitWrapperRect() 133 TAG_LOGW(AceLogTag::ACE_OVERLAY, "toast subwindow offset, x: %{public}f, y: %{public}f", in OnDirtyLayoutWrapperSwap() 139 TAG_LOGD(AceLogTag::ACE_OVERLAY, "toast displayWindowOffset, x: %{public}.2f vp, y: %{public}.2f vp", in OnDirtyLayoutWrapperSwap() 154 // animation effect of the toast position change in OnDirtyLayoutWrapperSwap() 222 // add toast wrapper rect's offsetY. in GetOffsetY() 233 "toast device height: %{public}.2f, keyboardOffset: %{public}d, " in GetOffsetY() 269 TAG_LOGD(AceLogTag::ACE_OVERLAY, "toast get pipelineContext failed"); in BeforeCreateLayoutWrapper() 278 void ToastPattern::UpdateToastSize(const RefPtr<FrameNode>& toast) in UpdateToastSize() argument 280 CHECK_NULL_VOID(toast); in UpdateToastSize() [all...] |
Completed in 3 milliseconds