Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 6 of 6) sorted by relevance

/base/security/access_token/frameworks/com.ohos.permissionmanager/permissionmanager/src/main/ets/MainAbility/common/components/
DalphabeticalIndex.ets55 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/
Dmock_accessibility_element_info.cpp253 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/
Daccessibility_info_mock.cpp224 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/
Daccessibility_info_mock.cpp209 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/
Daccessibility_element_info.h418 …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/
Daccessibility_element_info.cpp557 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()