Lines Matching defs:index
90 * @param index index of active element info list.
93 void SetInputcomponentIndex(int actionType, uint32_t index = INVALIDED_INPUT_INDEX);
100 * @brief find the index of component, which one to input
101 * @return the index
239 * @param index child index
242 bool UpdatePage(int layer, uint32_t index = INVALIDED_INPUT_INDEX);
244 const std::shared_ptr<OHOS::Accessibility::AccessibilityElementInfo> GetNewElementInfoList(uint32_t index)
246 if (index < newElementInfoList_.size()) {
247 return newElementInfoList_[index];