Searched refs:bounds_ (Results 1 – 5 of 5) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
D | window_operator.cpp | 100 auto rect = window_.bounds_; in CallBar() 115 auto rect = window_.bounds_; in Focus() 129 auto rect = window_.bounds_; in MoveTo() 143 … if ((((direction == LEFT) || (direction == RIGHT)) && highth != window_.bounds_.GetHeight()) || in Resize() 144 … (((direction == D_UP) || (direction == D_DOWN)) && width != window_.bounds_.GetWidth())) { in Resize() 152 from = Point(window_.bounds_.left_, window_.bounds_.GetCenterY()); in Resize() 153 to = Point((window_.bounds_.right_ - width), window_.bounds_.GetCenterY()); in Resize() 156 from = Point(window_.bounds_.right_, window_.bounds_.GetCenterY()); in Resize() 157 to = Point((window_.bounds_.left_ + width), window_.bounds_.GetCenterY()); in Resize() 160 from = Point(window_.bounds_.GetCenterX(), window_.bounds_.top_); in Resize() [all …]
|
D | ui_model.h | 182 return bounds_; in GetBounds() 208 Rect bounds_ = {0, 0, 0, 0}; variable 327 Rect bounds_ = {0, 0, 0, 0}; variable
|
D | ui_model.cpp | 63 bounds_ = bounds; in SetBounds() 65 SetAttr(ATTR_NAMES[UiAttr::BOUNDS], Rect2JsonStr(bounds_)); in SetBounds() 84 clone->bounds_ = this->bounds_; in Clone()
|
D | frontend_api_handler.cpp | 947 data["left"] = snapshot->bounds_.left_; in RegisterUiWindowAttrGetters() 948 data["top"] = snapshot->bounds_.top_; in RegisterUiWindowAttrGetters() 949 data["right"] = snapshot->bounds_.right_; in RegisterUiWindowAttrGetters() 950 data["bottom"] = snapshot->bounds_.bottom_; in RegisterUiWindowAttrGetters()
|
/test/testfwk/arkxtest/uitest/server/ |
D | system_ui_controller.cpp | 241 info.bounds_ = Rect(rect.GetLeftTopXScreenPostion(), rect.GetRightBottomXScreenPostion(), in InflateWindowInfo()
|