Searched refs:UIViewBounds (Results 1 – 5 of 5) sorted by relevance
45 class UIViewBounds : public HeapBase {53 static UIViewBounds* GetInstance();74 UIViewBounds() {} in UIViewBounds() function75 virtual ~UIViewBounds() {} in ~UIViewBounds()77 UIViewBounds(const UIViewBounds&) = delete;78 UIViewBounds& operator=(const UIViewBounds&) = delete;79 UIViewBounds(UIViewBounds&&) = delete;80 UIViewBounds& operator=(UIViewBounds&&) = delete;
95 UIViewBounds::GetInstance()->SetShowState(true);99 UIViewBounds::GetInstance()->SetShowState(false);100 state = UIViewBounds::GetInstance()->GetShowState();114 UIViewBounds::GetInstance()->SetShowState(true);122 state = UIViewBounds::GetInstance()->GetShowState();126 UIViewBounds::GetInstance()->SetShowState(true);165 UIViewBounds::GetInstance()->SetShowState(false);169 UIViewBounds::GetInstance()->SetShowState(true);175 UIViewBounds::GetInstance()->SetShowState(false);220 UIViewBounds::GetInstance()->SetShowState(true);[all …]
22 UIViewBounds* UIViewBounds::GetInstance() in GetInstance()24 static UIViewBounds instance; in GetInstance()28 void UIViewBounds::SetShowState(bool show) in SetShowState()
78 UIViewBounds::GetInstance()->SetShowState(true); in OnChange()82 UIViewBounds::GetInstance()->SetShowState(false); in OnChange()130 if (UIViewBounds::GetInstance()->GetShowState()) { in UIKitViewBoundsSetState001()
121 if (!UIViewBounds::GetInstance()->GetShowState()) { in DrawViewBounds()