Home
last modified time | relevance | path

Searched refs:passwordIconRect_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h527 Rect passwordIconRect_; variable
H A Drosen_render_text_field.cpp316 passwordIconRect_ = Rect( in PaintIcon()
H A Drender_text_field.cpp717 if (showPasswordIcon_ && passwordIconRect_.IsInRegion(clickPoint)) { in OnClick()