Home
last modified time | relevance | path

Searched refs:IsItemSelected (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.h305 bool IsItemSelected(const GestureEvent& info) override;
H A Dgrid_pattern.cpp263 bool GridPattern::IsItemSelected(const GestureEvent& info) in IsItemSelected() function in OHOS::Ace::NG::GridPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.h397 bool IsItemSelected(const GestureEvent& info) override;
H A Dlist_pattern.cpp2284 bool ListPattern::IsItemSelected(const GestureEvent& info) in IsItemSelected() function in OHOS::Ace::NG::ListPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h838 virtual bool IsItemSelected(const GestureEvent& info) in IsItemSelected() function
H A Dscrollable_pattern.cpp1569 if (!IsItemSelected(info)) { in HandleDragStart()