Searched refs:axisX_ (Results 1 – 2 of 2) sorted by relevance
33 static UIXAxis* axisX_; member in OHOS::UIAxisTest41 if (axisX_ == nullptr) { in SetUpTestCase()42 axisX_ = new UIXAxis(); in SetUpTestCase()51 if (axisX_ != nullptr) { in TearDownTestCase()52 delete axisX_; in TearDownTestCase()53 axisX_ = nullptr; in TearDownTestCase()68 if (axisX_ == nullptr) {99 if (axisX_ == nullptr) {114 if (axisX_ == nullptr) {191 if (axisX_ == nullptr) {[all …]
307 return axisX_; in GetAxisX()324 axisX_ = axisX; in SetAxisX()334 … return (radius_ == other.GetRadius() && axisX_ == other.GetAxisX() && axisY_ == other.GetAxisY());339 Dimension axisX_ = Dimension(0.5, DimensionUnit::PERCENT); variable363 return axisX_; in GetAxisX()387 axisX_ = axisX; in SetAxisX()397 …return (radiusX_ == other.GetRadiusX() && radiusY_ == other.GetRadiusY() && axisX_ == other.GetAxi…404 Dimension axisX_ = Dimension(0.5, DimensionUnit::PERCENT); variable