Searched refs:IsShowCount (Results 1 – 3 of 3) sorted by relevance
185 if (pattern->IsShowCount() && counterDecoratorWrapper) { in BeforeErrorLayout()
1242 bool IsShowCount();
334 bool isShowCount = IsShowCount() && !IsTextArea(); in CreateNodePaintMethod()2826 if (!IsShowCount() || !noDeleteOperation) { in HandleCountStyle()2871 if (IsShowCount()) { in ProcessCounter()4359 if (!IsTextArea() && IsShowCount()) { in UpdateCounterMargin()8048 bool TextFieldPattern::IsShowCount() in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern