Home
last modified time | relevance | path

Searched refs:NULL_SELECT_INDEX (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_list.h75 * be set to {@link NULL_SELECT_INDEX} if no child view is selected or no position is preset.
87 * be set to {@link NULL_SELECT_INDEX} if no child view is selected or no position is preset.
100 * be set to {@link NULL_SELECT_INDEX} if no child view is selected or no position is preset.
113 * be set to {@link NULL_SELECT_INDEX} if no child view is selected or no position is preset.
127 * be set to {@link NULL_SELECT_INDEX} if no child view is selected or no position is preset.
418 static constexpr int8_t NULL_SELECT_INDEX = -1; member in OHOS::UIList
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp634 if ((onSelectedIndex_ != NULL_SELECT_INDEX) && (selectPosition_ != 0)) { in MoveChildByOffset()
640 onSelectedIndex_ = NULL_SELECT_INDEX; in MoveChildByOffset()
651 onSelectedIndex_ = NULL_SELECT_INDEX; in MoveChildByOffset()

Completed in 3 milliseconds