Searched refs:CLOSE_REASON_NORMAL (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_context_select_overlay.cpp | 111 CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in OnMenuItemAction() 115 CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in OnMenuItemAction() 119 CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in OnMenuItemAction() 123 CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in OnMenuItemAction()
|
H A D | web_pattern.cpp | 423 contextSelectOverlay_->CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in CloseContextSelectionMenu()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_context_select_overlay_test.cpp | 651 CloseReason reason = CloseReason::CLOSE_REASON_NORMAL; 676 CloseReason reason = CloseReason::CLOSE_REASON_NORMAL; 706 CloseReason reason = CloseReason::CLOSE_REASON_NORMAL;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_select_overlay.cpp | 231 CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in OnHandleMoveDone() 362 CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in OnMenuItemAction()
|
H A D | rich_editor_pattern.cpp | 6730 selectOverlay_->CloseOverlay(false, CloseReason::CLOSE_REASON_NORMAL); in OnBackPressed() 7514 selectOverlay_->CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in OnBackPressed()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_property.h | 140 CLOSE_REASON_NORMAL = 1, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/ |
H A D | select_overlay_manager.cpp | 160 …mation, isBackPressed ? CloseReason::CLOSE_REASON_BACK_PRESSED : CloseReason::CLOSE_REASON_NORMAL); in ResetSelectionAndDestroySelectOverlay()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_select_overlay.cpp | 246 CloseOverlay(false, CloseReason::CLOSE_REASON_NORMAL); in OnHandleMoveDone()
|
H A D | text_pattern.cpp | 169 selectOverlay_->CloseOverlay(animation, CloseReason::CLOSE_REASON_NORMAL); in CloseSelectOverlay()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_select_overlay.cpp | 494 CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in OnHandleMoveDone()
|
H A D | text_field_pattern.cpp | 3411 selectOverlay_->CloseOverlay(animation, CloseReason::CLOSE_REASON_NORMAL); in CloseSelectOverlay()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | select_overlay_manager_test_ng.cpp | 1801 CloseReason reason = CloseReason::CLOSE_REASON_NORMAL; 1853 CloseReason reason = CloseReason::CLOSE_REASON_NORMAL;
|