Searched refs:isHoverMode (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 121 this.isHoverMode = undefined; 197 if (s2.isHoverMode !== undefined) { 198 this.isHoverMode = s2.isHoverMode; 408 isHoverMode: b4, 485 if (this.isHoverMode !== t1) { 487 this.isHoverMode = t1;
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | event_report.cpp | 80 void EventReport::ReportHoverStatusChange(int32_t foldStatus, int32_t time, bool isHoverMode, in ReportHoverStatusChange() argument
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_event_report.cpp | 72 int32_t foldStatus, int32_t time, bool isHoverMode, int32_t appRotation, int32_t windowMode) in ReportHoverStatusChange() 71 ReportHoverStatusChange( int32_t foldStatus, int32_t time, bool isHoverMode, int32_t appRotation, int32_t windowMode) ReportHoverStatusChange() argument
|
/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | event_report.h | 196 static void ReportHoverStatusChange(int32_t foldStatus, int32_t time, bool isHoverMode,
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | event_report.cpp | 620 int32_t foldStatus, int32_t time, bool isHoverMode, int32_t appRotation, int32_t windowMode) in ReportHoverStatusChange() 630 EVENT_KEY_IS_HOVER_MODE, isHoverMode, in ReportHoverStatusChange() 619 ReportHoverStatusChange( int32_t foldStatus, int32_t time, bool isHoverMode, int32_t appRotation, int32_t windowMode) ReportHoverStatusChange() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_pattern.cpp | 371 pipeline->RegisterHalfFoldHoverChangedCallback([weak = WeakClaim(this)](bool isHoverMode) { in OnAttachToFrameNode() 376 if (isHoverMode != pattern->isHoverMode_) { in OnAttachToFrameNode()
|
Completed in 6 milliseconds