/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_common_test_ng.cpp | 183 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 D | option_accessibility_property.cpp | 30 bool OptionAccessibilityProperty::IsSelected() const in IsSelected() function in OHOS::Ace::NG::OptionAccessibilityProperty 36 return optionPattern->IsSelected(); in IsSelected()
|
H A D | option_accessibility_property.h | 35 bool IsSelected() const override;
|
H A D | option_pattern.h | 208 bool IsSelected() in IsSelected() function in OHOS::Ace::NG::OptionPattern
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_accessibility_property.cpp | 30 bool MenuItemAccessibilityProperty::IsSelected() const in IsSelected() function in OHOS::Ace::NG::MenuItemAccessibilityProperty 36 return menuItemPattern->IsSelected(); in IsSelected()
|
H A D | menu_item_accessibility_property.h | 35 bool IsSelected() const override;
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_common_test_ng.cpp | 615 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 D | list_item_accessibility_property.cpp | 25 bool ListItemAccessibilityProperty::IsSelected() const in IsSelected() function in OHOS::Ace::NG::ListItemAccessibilityProperty 31 return listItemPattern->IsSelected(); in IsSelected()
|
H A D | list_item_accessibility_property.h | 31 bool IsSelected() const override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_item_accessibility_property.cpp | 21 bool GridItemAccessibilityProperty::IsSelected() const in IsSelected() function in OHOS::Ace::NG::GridItemAccessibilityProperty 27 return gridItemPattern->IsSelected(); in IsSelected()
|
H A D | grid_item_accessibility_property.h | 31 bool IsSelected() const override;
|
H A D | grid_item_pattern.h | 119 bool IsSelected() const in IsSelected() function in OHOS::Ace::NG::GridItemPattern
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_menu_item.h | 27 static void IsSelected(const JSCallbackInfo& info);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_text_field.cpp | 105 SetIsSingleHandle(!IsSelected()); in ProcessSelection() 110 } else if (HasFocus() && !IsSelected() && !searchRequestStopTwinkling_) { in ProcessSelection()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_accessibility_property.h | 32 bool IsSelected() const override;
|
H A D | text_accessibility_property.cpp | 39 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 D | text_field_accessibility_property.h | 43 bool IsSelected() const override;
|
H A D | text_field_accessibility_property.cpp | 98 bool TextFieldAccessibilityProperty::IsSelected() const in IsSelected() function in OHOS::Ace::NG::TextFieldAccessibilityProperty 104 return textFieldPattern->IsSelected(); in IsSelected()
|
H A D | text_field_select_overlay.cpp | 78 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 D | text_field_pattern.cpp | 677 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 D | tab_bar_item_accessibility_property.h | 32 bool IsSelected() const override
|
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | js_third_provider_interaction_operation_utils_test.cpp | 66 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 D | render_grid_layout_item.h | 131 bool IsSelected() const in IsSelected() function in OHOS::Ace::RenderGridLayoutItem
|
H A D | rosen_render_grid_layout.cpp | 37 if (gridLayoutItem && gridLayoutItem->IsSelected()) { in Paint()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_provider_interaction_operation_utils.h | 59 accessibilityElementInfo.SetSelected(nativeInfo.IsSelected()); in TransformAccessbilityElementInfo()
|