Searched refs:isDirectlyClear (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_column_pattern.h | 110 …rentOptions(bool isDown = false, bool isUpateTextContentOnly = false, bool isDirectlyClear = false, 410 bool isUpateTextContentOnly, bool isDirectlyClear); 433 bool isUpateTextContentOnly, bool isDirectlyClear);
|
H A D | textpicker_column_pattern.cpp | 426 … bool isDown, bool isUpateTextContentOnly, bool isDirectlyClear, bool isUpdateAnimationProperties) in FlushCurrentOptions() argument 447 FlushCurrentTextOptions(textPickerLayoutProperty, isUpateTextContentOnly, isDirectlyClear); in FlushCurrentOptions() 459 …PickerLayoutProperty>& textPickerLayoutProperty, bool isUpateTextContentOnly, bool isDirectlyClear) in ClearCurrentTextOptions() argument 461 if (isDirectlyClear) { in ClearCurrentTextOptions() 482 …PickerLayoutProperty>& textPickerLayoutProperty, bool isUpateTextContentOnly, bool isDirectlyClear) in FlushCurrentTextOptions() argument 484 ClearCurrentTextOptions(textPickerLayoutProperty, isUpateTextContentOnly, isDirectlyClear); in FlushCurrentTextOptions()
|