Searched refs:SetColumnHeight (Results 1 – 6 of 6) sorted by relevance
38 JSViewSetProperty(&PickerTextComponent::SetColumnHeight, value); in SetDefaultPickerItemHeight()97 pickerText->SetColumnHeight(textPickerDialog.height); in SetTextPickerDialogShow()
87 bool SetColumnHeight(const std::pair<std::string, std::string>& style);
437 if (SetColumnHeight(style)) { in SetTextStyleOperators()559 bool DOMPickerBase::SetColumnHeight(const std::pair<std::string, std::string>& style) in SetColumnHeight() function in OHOS::Ace::Framework::DOMPickerBase574 basePickerChild_->SetColumnHeight(StringToDimension(style.second)); in SetColumnHeight()
95 datePicker_->SetColumnHeight(GetColumnHeight()); in InitDatePicker()
264 void SetColumnHeight(const Dimension& value) in SetColumnHeight() function
1894 component->SetColumnHeight(height); in ParseText()