Lines Matching refs:index
210 /** Column index. */
212 /** Row index. */
384 * @param index Indicates index.
388 int32_t (*getAccessibilityNodeCursorPosition)(int64_t elementId, int32_t requestId, int32_t* index);
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.
787 * @brief Sets the index of the first item for an <b>ArkUI_AccessibilityElementInfo</b> object.
790 * @param startItemIndex Indicates the index of the first item.
799 * @brief Sets the index of the last item for an <b>ArkUI_AccessibilityElementInfo</b> object.
802 * @param endItemIndex Indicates the index of the last item.
859 * @brief Sets the z-index for an <b>ArkUI_AccessibilityElementInfo</b> object.
862 * @param zIndex Indicates the z-index value.