Home
last modified time | relevance | path

Searched refs:customSize_ (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue.cpp41 customSize_(false) in BufferQueue()
92 if (size_ != 0 && customSize_) { in NeedAttach()
279 customSize_ = false; in Reset()
368 customSize_ = true; in SetSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp62 customSize_ = dialogProp->GetUseCustomStyle().value_or(false); in Measure()
82 if (isPickerDialog || customSize_) { in Measure()
104 if (!customSize_) { in Measure()
598 if (!customSize_ && dialogProp->GetWidth().has_value()) { in AdjustHeightForKeyboard()
601 if (!customSize_ && dialogProp->GetHeight().has_value()) { in AdjustHeightForKeyboard()
745 if (!customSize_ && isHoverMode_) { in CaculateMaxSize()
748 if (!customSize_ && !IsAlignmentByWholeScreen()) { in CaculateMaxSize()
856 if (!customSize_ && topLeftPoint.GetY() < safeAreaInsets_.top_.end) { in AdjustChildPosition()
H A Ddialog_layout_algorithm.h101 bool customSize_ = false; member in OHOS::Ace::NG::DialogLayoutAlgorithm
/foundation/graphic/surface_lite/interfaces/innerkits/
H A Dbuffer_queue.h216 bool customSize_; member in OHOS::BufferQueue

Completed in 5 milliseconds