Home
last modified time | relevance | path

Searched defs:reverse (Results 1 – 25 of 103) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/core/components/root/
Droot_element.h30 bool RequestNextFocus(bool vertical, bool reverse, const Rect& rect) override in RequestNextFocus()
/foundation/arkui/ace_engine/frameworks/core/components/grid/
Dgrid_item_element.h27 bool RequestNextFocus(bool vertical, bool reverse, const Rect& rect) override in RequestNextFocus()
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
Dstepper_item_element.h28 bool RequestNextFocus(bool vertical, bool reverse, const Rect& rect) override in RequestNextFocus()
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
Dtool_bar_element.h28 bool RequestNextFocus(bool vertical, bool reverse, const Rect& rect) override in RequestNextFocus()
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
Dgrid_layout_item_element.h29 bool RequestNextFocus(bool vertical, bool reverse, const Rect& rect) override in RequestNextFocus()
/foundation/arkui/ace_engine/frameworks/core/animation/
Dmotion.h41 void OnTimestampChanged(float timestamp, float normalizedTime, bool reverse) final in OnTimestampChanged()
Dproperty_animation.cpp55 void PropertyAnimation::OnNormalizedTimestampChanged(float normalized, bool reverse) in OnNormalizedTimestampChanged()
64 void PropertyAnimation::OnInitNotify(float normalizedTime, bool reverse) in OnInitNotify()
Danimation.h32 void OnInitNotify(float normalizedTime, bool reverse) override in OnInitNotify()
Dinterpolator.h47 void OnTimestampChanged(float timestamp, float normalizedTime, bool reverse) final in OnTimestampChanged()
Dspring_animation.h47 void OnNormalizedTimestampChanged(float normalized, bool reverse) override in OnNormalizedTimestampChanged()
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
Dindexer_list_element.cpp20 bool IndexerListElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus()
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
Dnavigation_container_element.h29 bool RequestNextFocus(bool vertical, bool reverse, const Rect& rect) override in RequestNextFocus()
Dnavigation_bar_element.h35 bool RequestNextFocus(bool vertical, bool reverse, const Rect& rect) override in RequestNextFocus()
/foundation/arkui/ace_engine/frameworks/core/components/list/
Dlist_item_group_element.cpp117 bool ListItemGroupElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus()
151 int32_t ListItemGroupElement::GetNextFocusIndex(bool vertical, bool reverse) in GetNextFocusIndex()
162 bool ListItemGroupElement::TraverseFocusNode(int32_t currentFocusIndex, bool reverse) in TraverseFocusNode()
175 void ListItemGroupElement::MoveItemToViewPort(const RefPtr<Element>& listItem, bool reverse) in MoveItemToViewPort()
/foundation/arkui/ace_engine/frameworks/core/components/positioned/
Dpositioned_element.h53 bool RequestNextFocus(bool vertical, bool reverse, const Rect& rect) override in RequestNextFocus()
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
Dwrap_element.cpp32 bool WrapElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus()
/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
Dtabs_element.cpp50 bool TabsElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
Dcalendar_element.h34 bool RequestNextFocus(bool vertical, bool reverse, const Rect& rect) override in RequestNextFocus()
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
Dtab_bar_item_element.h45 bool RequestNextFocus(bool vertical, bool reverse, const Rect& rect) override in RequestNextFocus()
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
Ddialog_element.cpp57 bool DialogElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus()
/foundation/arkui/ace_engine/frameworks/core/components/search/
Dsearch_element.cpp58 bool SearchElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_slider_ffi.h30 bool reverse; member
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
Dbubble_element.cpp46 bool BubbleElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus()
/foundation/arkui/ace_engine/frameworks/core/components/flex/
Dflex_element.cpp32 bool FlexElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
Dhierarchy_controller.cpp101 void IterateChildren(const BASE_NS::vector<T>& children, bool reverse, Callback&& callback) in IterateChildren()
115 void IterateHierarchy(const IObject::Ptr& root, bool reverse, Callback&& callback) in IterateHierarchy()

12345