Home
last modified time | relevance | path

Searched refs:IsSelected (Results 1 - 25 of 67) sorted by relevance

123

/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_common_test_ng.cpp183 EXPECT_TRUE(GetChildPattern<GridItemPattern>(frameNode_, 0)->IsSelected()); in HWTEST_F()
190 EXPECT_TRUE(GetChildPattern<GridItemPattern>(frameNode_, 0)->IsSelected()); in HWTEST_F()
191 EXPECT_FALSE(GetChildPattern<GridItemPattern>(frameNode_, 1)->IsSelected()); in HWTEST_F()
198 EXPECT_FALSE(GetChildPattern<GridItemPattern>(frameNode_, 0)->IsSelected()); in HWTEST_F()
199 EXPECT_TRUE(GetChildPattern<GridItemPattern>(frameNode_, 1)->IsSelected()); in HWTEST_F()
206 EXPECT_TRUE(GetChildPattern<GridItemPattern>(frameNode_, 1)->IsSelected()); in HWTEST_F()
213 EXPECT_FALSE(GetChildPattern<GridItemPattern>(frameNode_, 0)->IsSelected()); in HWTEST_F()
214 EXPECT_FALSE(GetChildPattern<GridItemPattern>(frameNode_, 1)->IsSelected()); in HWTEST_F()
234 EXPECT_TRUE(GetChildPattern<GridItemPattern>(frameNode_, 0)->IsSelected()); in HWTEST_F()
235 EXPECT_TRUE(GetChildPattern<GridItemPattern>(frameNode_, 1)->IsSelected()); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_accessibility_property.cpp30 bool OptionAccessibilityProperty::IsSelected() const in IsSelected() function in OHOS::Ace::NG::OptionAccessibilityProperty
36 return optionPattern->IsSelected(); in IsSelected()
H A Doption_accessibility_property.h35 bool IsSelected() const override;
H A Doption_pattern.h208 bool IsSelected() in IsSelected() function in OHOS::Ace::NG::OptionPattern
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_accessibility_property.cpp30 bool MenuItemAccessibilityProperty::IsSelected() const in IsSelected() function in OHOS::Ace::NG::MenuItemAccessibilityProperty
36 return menuItemPattern->IsSelected(); in IsSelected()
H A Dmenu_item_accessibility_property.h35 bool IsSelected() const override;
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_common_test_ng.cpp615 EXPECT_TRUE(GetChildPattern<ListItemPattern>(frameNode_, 0)->IsSelected()); in HWTEST_F()
624 EXPECT_TRUE(GetChildPattern<ListItemPattern>(frameNode_, 0)->IsSelected()); in HWTEST_F()
625 EXPECT_FALSE(GetChildPattern<ListItemPattern>(frameNode_, 1)->IsSelected()); in HWTEST_F()
632 EXPECT_FALSE(GetChildPattern<ListItemPattern>(frameNode_, 0)->IsSelected()); in HWTEST_F()
633 EXPECT_TRUE(GetChildPattern<ListItemPattern>(frameNode_, 1)->IsSelected()); in HWTEST_F()
642 EXPECT_TRUE(GetChildPattern<ListItemPattern>(frameNode_, 1)->IsSelected()); in HWTEST_F()
649 EXPECT_FALSE(GetChildPattern<ListItemPattern>(frameNode_, 0)->IsSelected()); in HWTEST_F()
650 EXPECT_FALSE(GetChildPattern<ListItemPattern>(frameNode_, 1)->IsSelected()); in HWTEST_F()
669 EXPECT_TRUE(GetChildPattern<ListItemPattern>(frameNode_, 1)->IsSelected()); in HWTEST_F()
670 EXPECT_TRUE(GetChildPattern<ListItemPattern>(frameNode_, 2)->IsSelected()); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_accessibility_property.cpp25 bool ListItemAccessibilityProperty::IsSelected() const in IsSelected() function in OHOS::Ace::NG::ListItemAccessibilityProperty
31 return listItemPattern->IsSelected(); in IsSelected()
H A Dlist_item_accessibility_property.h31 bool IsSelected() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_accessibility_property.cpp21 bool GridItemAccessibilityProperty::IsSelected() const in IsSelected() function in OHOS::Ace::NG::GridItemAccessibilityProperty
27 return gridItemPattern->IsSelected(); in IsSelected()
H A Dgrid_item_accessibility_property.h31 bool IsSelected() const override;
H A Dgrid_item_pattern.h119 bool IsSelected() const in IsSelected() function in OHOS::Ace::NG::GridItemPattern
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_menu_item.h27 static void IsSelected(const JSCallbackInfo& info);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_text_field.cpp105 SetIsSingleHandle(!IsSelected()); in ProcessSelection()
110 } else if (HasFocus() && !IsSelected() && !searchRequestStopTwinkling_) { in ProcessSelection()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_accessibility_property.h32 bool IsSelected() const override;
H A Dtext_accessibility_property.cpp39 bool TextAccessibilityProperty::IsSelected() const in IsSelected() function in OHOS::Ace::NG::TextAccessibilityProperty
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_accessibility_property.h43 bool IsSelected() const override;
H A Dtext_field_accessibility_property.cpp98 bool TextFieldAccessibilityProperty::IsSelected() const in IsSelected() function in OHOS::Ace::NG::TextFieldAccessibilityProperty
104 return textFieldPattern->IsSelected(); in IsSelected()
H A Dtext_field_select_overlay.cpp78 if (pattern->IsSelected() && selectController->IsHandleSamePosition()) { in UpdatePattern()
157 auto isSingleHandle = pattern->GetTextContentController()->IsEmpty() || !pattern->IsSelected(); in HandleOnShowMenu()
285 menuInfo.showCameraInput = !pattern->IsSelected() && isSupportCameraInput && !pattern->HasCustomKeyboard(); in OnUpdateMenuInfo()
297 menuInfo.showCopy = hasText && pattern->AllowCopy() && pattern->IsSelected(); in OnUpdateMenuInfo()
300 menuInfo.showAIWrite = pattern->IsShowAIWrite() && pattern->IsSelected(); in OnUpdateMenuInfo()
H A Dtext_field_pattern.cpp677 if (pattern->IsSelected()) { in ProcessOverlayAfterLayout()
690 if (pattern->IsSelected()) { in ProcessOverlayAfterLayout()
754 if (IsSelected()) { in UpdateCaretRect()
812 CHECK_NULL_VOID(IsSelected()); in UpdateSelectionOffset()
1370 if (!IsSelected() && HasFocus()) { in HandleOnEscape()
1444 if (IsSelected()) { in HandleOnSelectAll()
1460 if (IsSelected()) { in HandleOnSelectAll()
1478 if (!IsSelected() || IsInPasswordMode()) { in HandleOnCopy()
1584 if (textfield->IsSelected()) { in HandleOnPaste()
1692 if (!IsSelected() || IsInPasswordMod in HandleOnCut()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_item_accessibility_property.h32 bool IsSelected() const override
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp66 accessibilityElementInfo.GetGridItem().IsSelected(), in FillNativeAccessibilityElementInfoPart()
107 nativeInfo.SetSelected(accessibilityElementInfo.IsSelected()); in FillNativeAccessibilityElementInfo()
256 EXPECT_EQ(beforeInfo.GetGridItem().IsSelected(), in CheckTransformElementInfoResultPart()
257 afterInfo.GetGridItem().IsSelected()); in CheckTransformElementInfoResultPart()
292 EXPECT_EQ(beforeInfo.IsSelected(), afterInfo.IsSelected()); in CheckTransformElementInfoResult()
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout_item.h131 bool IsSelected() const in IsSelected() function in OHOS::Ace::RenderGridLayoutItem
H A Drosen_render_grid_layout.cpp37 if (gridLayoutItem && gridLayoutItem->IsSelected()) { in Paint()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation_utils.h59 accessibilityElementInfo.SetSelected(nativeInfo.IsSelected()); in TransformAccessbilityElementInfo()

Completed in 22 milliseconds

123