Home
last modified time | relevance | path

Searched defs:X_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.h160 static const char * const X_AXIS; variable
H A Dchart_component.cpp43 const char * const ChartComponent::X_AXIS = "xAxis"; member in OHOS::ACELite::ChartComponent