Home
last modified time | relevance | path

Searched defs:Y_AXIS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h100 enum AxisType { UNDEFINED, X_AXIS, Y_AXIS }; enumerator
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.h161 static const char * const Y_AXIS; variable
H A Dchart_component.cpp44 const char * const ChartComponent::Y_AXIS = "yAxis"; member in OHOS::ACELite::ChartComponent