| /foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
| D | search_decoration_test_ng.cpp | 43 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable 86 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable 129 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable
|
| D | search_testtwo_ng.cpp | 137 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable 937 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable 966 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable 992 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1048 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1083 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1119 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1174 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1289 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1320 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable [all …]
|
| D | search_test_ng.cpp | 65 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable 520 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1206 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1521 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1539 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1563 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1587 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1608 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1626 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1658 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
| D | search_model_ng.cpp | 75 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in InitSearchMaxFontScale() local 466 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetPlaceholderColor() local 481 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in ResetPlaceholderColor() local 498 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetPlaceholderFont() local 546 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetTextFont() local 570 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetTextColor() local 585 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in ResetTextColor() local 621 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetInputFilter() local 637 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetInputFilter() local 664 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetTextIndent() local [all …]
|
| D | search_model_static.cpp | 89 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetPlaceholderFont() local 206 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetTextColor() local 231 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetTextFont() local 318 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetTextAlign() local 385 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetMinFontScale() local 400 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetMaxFontScale() local 415 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetAdaptMinFontSize() local 430 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetAdaptMaxFontSize() local 471 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetHalfLeading() local
|
| D | search_model_ng_multi_thread.cpp | 56 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in CreateTextFieldMultiThread() local 104 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in TextFieldUpdateContextMultiThread() local
|
| D | search_pattern_multi_thread.cpp | 50 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in InitSearchMaxFontScale() local
|
| D | search_pattern.cpp | 483 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in HandleEnabled() local 850 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in OnClickCancelButton() local 1067 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in PaintSearchFocusState() local 1609 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in HandleBlurEvent() local 1684 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in ToJsonValueForTextField() local 2035 auto textFieldLayoutProperty = textField->GetLayoutProperty<TextFieldLayoutProperty>(); in OnColorConfigurationUpdate() local 2131 auto textFieldLayoutProperty = textField->GetLayoutProperty<TextFieldLayoutProperty>(); in TextNodeOnThemeScopeUpdate() local 2164 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in GetMaxLength() local 2734 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in GetMaxFontScale() local 2752 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in GetMinFontScale() local [all …]
|
| D | search_text_field.cpp | 170 auto textFieldLayoutProperty = GetLayoutProperty<TextFieldLayoutProperty>(); in FontSizeConvertToPx() local
|
| D | search_layout_algorithm.cpp | 57 …auto textFieldLayoutProperty = AceType::DynamicCast<TextFieldLayoutProperty>(textFieldWrapper->Get… in CalculateMaxFontScale() local 72 …auto textFieldLayoutProperty = AceType::DynamicCast<TextFieldLayoutProperty>(textFieldWrapper->Get… in CalculateMinFontScale() local 164 auto textFieldLayoutProperty = textFieldWrapper->GetLayoutProperty(); in TextFieldMeasure() local 241 …auto textFieldLayoutProperty = AceType::DynamicCast<TextFieldLayoutProperty>(textFieldWrapper->Get… in UpdateFontFeature() local 277 auto textFieldLayoutProperty = in SetTextFieldLayoutConstraintHeight() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| D | text_field_accessibility_property.cpp | 50 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in GetTextInputType() local 130 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in GetText() local 144 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in IsHint() local
|
| D | text_component_decorator.cpp | 99 auto textFieldLayoutProperty = decoratedNode->GetLayoutProperty<TextFieldLayoutProperty>(); in UpdateTextFieldMargin() local 144 auto textFieldLayoutProperty = decoratedNode->GetLayoutProperty<TextFieldLayoutProperty>(); in MeasureTextNodeHeight() local 179 auto textFieldLayoutProperty = decoratedNode->GetLayoutProperty<TextFieldLayoutProperty>(); in UpdateCounterContentAndStyle() local 271 auto textFieldLayoutProperty = textFieldPattern->GetLayoutProperty<TextFieldLayoutProperty>(); in MeasureDecorator() local 303 auto textFieldLayoutProperty = textFieldPattern->GetLayoutProperty<TextFieldLayoutProperty>(); in UpdateTextNodeAndMeasure() local 443 auto textFieldLayoutProperty = decoratedNode->GetLayoutProperty<TextFieldLayoutProperty>(); in UpdateTextFieldMargin() local 479 auto textFieldLayoutProperty = decoratedNode->GetLayoutProperty<TextFieldLayoutProperty>(); in UpdateLayoutProperty() local 556 auto textFieldLayoutProperty = decoratedNode->GetLayoutProperty(); in MeasureDecorator() local 614 auto textFieldLayoutProperty = decoratedNode->GetLayoutProperty<TextFieldLayoutProperty>(); in LayoutDecorator() local
|
| D | text_field_layout_algorithm.cpp | 71 auto textFieldLayoutProperty = pattern->GetLayoutProperty<TextFieldLayoutProperty>(); in ConstructTextStyles() local 118 …bool isInlineStyle, const RefPtr<TextFieldLayoutProperty>& textFieldLayoutProperty, bool isTextFad… in UpdateTextStyleTextOverflowAndWordBreak() 163 …auto textFieldLayoutProperty = DynamicCast<TextFieldLayoutProperty>(layoutWrapper->GetLayoutProper… in InlineMeasureContent() local 216 …auto textFieldLayoutProperty = DynamicCast<TextFieldLayoutProperty>(layoutWrapper->GetLayoutProper… in GetInlineMeasureItem() local 246 …auto textFieldLayoutProperty = DynamicCast<TextFieldLayoutProperty>(layoutWrapper->GetLayoutProper… in ApplyIndent() local 275 …auto textFieldLayoutProperty = DynamicCast<TextFieldLayoutProperty>(layoutWrapper->GetLayoutProper… in CalcInlineMeasureItem() local 396 …auto textFieldLayoutProperty = DynamicCast<TextFieldLayoutProperty>(layoutWrapper->GetLayoutProper… in TextAreaMeasureContent() local 512 …eldLayoutAlgorithm::UpdateTextStyleFontScale(const RefPtr<TextFieldLayoutProperty>& textFieldLayou… in UpdateTextStyleFontScale() 1084 …auto textFieldLayoutProperty = DynamicCast<TextFieldLayoutProperty>(layoutWrapper->GetLayoutProper… in AdaptInlineFocusMinFontSize() local 1280 TextStyle& textStyle, const RefPtr<TextFieldLayoutProperty>& textFieldLayoutProperty) in UpdateTextAreaMaxLines() [all …]
|
| D | text_field_paint_method.cpp | 56 auto textFieldLayoutProperty = textFieldPattern->GetLayoutProperty<TextFieldLayoutProperty>(); in UpdateContentModifier() local 121 auto textFieldLayoutProperty = textFieldPattern->GetLayoutProperty<TextFieldLayoutProperty>(); in SetShowUnderlineWidth() local
|
| D | text_field_model_static.cpp | 44 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in CreateTextInputNode() local 62 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in CreateTextAreaNode() local 400 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in SetPlaceholderFont() local 643 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in GetController() local
|
| D | text_input_response_area.cpp | 878 auto textFieldLayoutProperty = pattern->GetLayoutProperty<TextFieldLayoutProperty>(); in IsShowSymbol() local 1207 auto textFieldLayoutProperty = pattern->GetLayoutProperty<TextFieldLayoutProperty>(); in LoadingImageProperty() local 1245 auto textFieldLayoutProperty = pattern->GetLayoutProperty<TextFieldLayoutProperty>(); in LoadingCancelButtonColor() local 1272 auto textFieldLayoutProperty = pattern->GetLayoutProperty<TextFieldLayoutProperty>(); in CreateImageSourceInfo() local
|
| D | text_field_model_ng.cpp | 46 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in CreateNode() local 114 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in CreateTextInputNode() local 130 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in CreateTextAreaNode() local 512 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in ResetMaxLength() local 1171 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in SetInputStyle() local 1359 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in ResetMaxLength() local 1567 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in SetTextFieldPlaceHolder() local 2301 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in ResetNumberOfLines() local
|
| D | text_field_content_modifier.cpp | 108 RefPtr<TextFieldLayoutProperty> textFieldLayoutProperty; in SetDefaultAnimatablePropertyValue() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_area/ |
| D | text_area_layout_algorithm.cpp | 37 …auto textFieldLayoutProperty = DynamicCast<TextFieldLayoutProperty>(layoutWrapper->GetLayoutProper… in MeasureContent() local 109 …auto textFieldLayoutProperty = DynamicCast<TextFieldLayoutProperty>(layoutWrapper->GetLayoutProper… in ReMeasureContentForPlaceholder() local 192 auto textFieldLayoutProperty = pattern->GetLayoutProperty<TextFieldLayoutProperty>(); in ConstraintHeight() local 295 …auto textFieldLayoutProperty = DynamicCast<TextFieldLayoutProperty>(layoutWrapper->GetLayoutProper… in CalcMeasureContentWithMinLines() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
| D | text_field_algorithm_test.cpp | 782 auto textFieldLayoutProperty = pattern_->GetLayoutProperty<TextFieldLayoutProperty>(); variable 819 auto textFieldLayoutProperty = pattern_->GetLayoutProperty<TextFieldLayoutProperty>(); variable 839 auto textFieldLayoutProperty = pattern_->GetLayoutProperty<TextFieldLayoutProperty>(); variable 855 auto textFieldLayoutProperty = pattern_->GetLayoutProperty<TextFieldLayoutProperty>(); variable 871 auto textFieldLayoutProperty = pattern_->GetLayoutProperty<TextFieldLayoutProperty>(); variable 887 auto textFieldLayoutProperty = pattern_->GetLayoutProperty<TextFieldLayoutProperty>(); variable 903 auto textFieldLayoutProperty = pattern_->GetLayoutProperty<TextFieldLayoutProperty>(); variable
|
| D | text_field_pattern_testnine.cpp | 1205 auto textFieldLayoutProperty = pattern_->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1229 auto textFieldLayoutProperty = pattern_->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1253 auto textFieldLayoutProperty = pattern_->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1278 auto textFieldLayoutProperty = pattern_->GetLayoutProperty<TextFieldLayoutProperty>(); variable 1304 auto textFieldLayoutProperty = pattern_->GetLayoutProperty<TextFieldLayoutProperty>(); variable
|
| D | text_input_cursor_test.cpp | 227 auto textFieldLayoutProperty = pattern_->GetLayoutProperty<TextFieldLayoutProperty>(); variable
|
| D | text_input_modify_test.cpp | 1713 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in __anonad60b0fa1702() local
|
| D | text_field_pattern_testten.cpp | 1851 auto textFieldLayoutProperty = textFieldPattern->GetLayoutProperty<TextFieldLayoutProperty>(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/ |
| D | text_input_layout_algorithm.cpp | 30 …auto textFieldLayoutProperty = DynamicCast<TextFieldLayoutProperty>(layoutWrapper->GetLayoutProper… in MeasureContent() local
|