/base/security/access_token/frameworks/com.ohos.permissionmanager/permissionmanager/src/main/ets/MainAbility/common/components/ |
D | alphabeticalIndex.ets | 55 AlphabetIndexer({ arrayValue: this.value, selected: this.index }) 56 .selectedColor($r('app.color.selected_Color')) // selected color 61 …{ size: Constants.ALPHABETINDEXER_SELECTEDFONT_SIZE, weight: FontWeight.Bolder }) // selected style
|
/base/accessibility/frameworks/aafwk/test/mock/ |
D | mock_accessibility_element_info.cpp | 253 void AccessibilityElementInfo::SetSelected(const bool selected) in SetSelected() argument 255 (void)selected; in SetSelected() 778 …idItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, bool heading, bool selected) in GridItemInfo() argument 785 (void)selected; in GridItemInfo() 794 int columnIndex, int columnSpan, bool heading, bool selected) in SetGridItemInfo() argument 801 (void)selected; in SetGridItemInfo()
|
/base/accessibility/services/aams/test/mock/ |
D | accessibility_info_mock.cpp | 224 void AccessibilityElementInfo::SetSelected(const bool selected) in SetSelected() argument 687 …idItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, bool heading, bool selected) in GridItemInfo() argument 696 int columnIndex, int columnSpan, bool heading, bool selected) in SetGridItemInfo() argument
|
/base/accessibility/services/test/mock/ |
D | accessibility_info_mock.cpp | 209 void AccessibilityElementInfo::SetSelected(const bool selected) in SetSelected() argument 629 bool heading, bool selected) in GridItemInfo() argument 636 int columnIndex, int columnSpan, bool heading, bool selected) in SetGridItemInfo() argument
|
/base/accessibility/interfaces/innerkits/asacfwk/include/ |
D | accessibility_element_info.h | 418 …dItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, bool heading, bool selected); 442 int columnIndex, int columnSpan, bool heading, bool selected); 1083 void SetSelected(const bool selected);
|
/base/accessibility/frameworks/asacfwk/src/ |
D | accessibility_element_info.cpp | 557 void AccessibilityElementInfo::SetSelected(const bool selected) in SetSelected() argument 559 selected_ = selected; in SetSelected() 1288 …idItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, bool heading, bool selected) in GridItemInfo() argument 1296 selected_ = selected; in GridItemInfo() 1325 int columnSpan, bool heading, bool selected) in SetGridItemInfo() argument 1333 selected_ = selected; in SetGridItemInfo()
|