Home
last modified time | relevance | path

Searched refs:SELECT_NONE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h953 enum SelectDirection { SELECT_DOWN, SELECT_UP, SELECT_NONE }; enumerator
954 SelectDirection selectDirection_ = SELECT_NONE;
H A Dscrollable_pattern.cpp1649 oldDirection = oldDirection == SELECT_NONE ? selectDirection_ : oldDirection; in HandleInvisibleItemsSelectedStatus()