Lines Matching defs:selected
196 /** Selection mode. The value <b>0</b> indicates that only one row can be selected. */
208 /** Whether it is selected. */
209 bool selected;
619 * @brief Sets whether the element is selected for an <b>ArkUI_AccessibilityElementInfo</b> object.
622 * @param selected Indicates whether the element is selected.
628 ArkUI_AccessibilityElementInfo* elementInfo, bool selected);
751 * @brief Sets the starting index of the selected text for an <b>ArkUI_AccessibilityElementInfo</b> object.
754 * @param selectedTextStart Indicates the starting index of the selected text
763 * @brief Sets the end index of the selected text for an <b>ArkUI_AccessibilityElementInfo</b> object.
766 * @param selectedTextEnd Indicates the end index of the selected text
775 * @brief Sets the index of the currently selected item for an <b>ArkUI_AccessibilityElementInfo</b> object.
778 * @param currentItemIndex Indicates the index of the currently selected item.