Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SetCursorColor
(Results
1 - 22
of
22
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_overlay_modifier.h
38
void
SetCursorColor
(uint32_t cursorColor);
H
A
D
text_overlay_modifier.cpp
106
void TextOverlayModifier::
SetCursorColor
(uint32_t cursorColor)
in SetCursorColor()
function in OHOS::Ace::NG::TextOverlayModifier
H
A
D
text_paint_method.cpp
149
textOverlayModifier_->
SetCursorColor
(cursorColor.GetValue());
in UpdateOverlayModifier()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_textarea.cpp
52
component->
SetCursorColor
(theme->GetCursorColor());
in InitializeStyle()
195
textarea.textAreaChild_->
SetCursorColor
(textarea.ParseColor(val));
in SetSpecializedStyle()
199
textarea.textAreaChild_->
SetCursorColor
(textarea.ParseColor(val));
in SetSpecializedStyle()
H
A
D
dom_search.cpp
157
holder.textField->
SetCursorColor
(holder.node.ParseColor(val));
in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H
A
D
textarea_declaration.cpp
50
textFieldDeclaration_->
SetCursorColor
(theme->GetCursorColor());
in InitializeStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_field_overlay_modifier.h
46
void
SetCursorColor
(Color& value);
H
A
D
text_field_paint_method.cpp
175
textFieldOverlayModifier_->
SetCursorColor
(cursorColor);
in UpdateOverlayModifier()
H
A
D
text_field_overlay_modifier.cpp
353
void TextFieldOverlayModifier::
SetCursorColor
(Color& value)
in SetCursorColor()
function in OHOS::Ace::NG::TextFieldOverlayModifier
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H
A
D
ui_test_edit_text.cpp
88
editText1->
SetCursorColor
(Color::Red());
in UIKitUIEditTextTestDisplay001()
H
A
D
custom_input_method.cpp
127
editView_->
SetCursorColor
(paramView->GetCursorColor());
in OnShow()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_edit_text.h
246
void
SetCursorColor
(ColorType color)
in SetCursorColor()
function in OHOS::UIEditText
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H
A
D
dom_textfield_util.cpp
42
component->
SetCursorColor
(theme->GetCursorColor());
in InitDefaultValue()
228
const DOMInput& node) { component->
SetCursorColor
(node.ParseColor(value)); } },
in SetChildStyle()
237
const DOMInput& node) { component->
SetCursorColor
(node.ParseColor(value)); } },
in SetChildStyle()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H
A
D
textfield_declaration.cpp
192
declaration.
SetCursorColor
(declaration.ParseColor(value));
in SetSpecializedStyle()
201
declaration.
SetCursorColor
(declaration.ParseColor(value));
in SetSpecializedStyle()
H
A
D
textfield_declaration.h
489
void
SetCursorColor
(const Color& color)
in SetCursorColor()
function in OHOS::Ace::TextFieldDeclaration
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H
A
D
text_field_component.cpp
235
void TextFieldComponent::
SetCursorColor
(const Color& color)
in SetCursorColor()
function in OHOS::Ace::TextFieldComponent
237
declaration_->
SetCursorColor
(color);
in SetCursorColor()
H
A
D
text_field_component.h
109
void
SetCursorColor
(const Color& color);
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_edit_text_unit_test.cpp
214
* @tc.desc: Verify
SetCursorColor
function.
223
editText->
SetCursorColor
(color);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
text_field_model_impl.cpp
75
textAreaComponent->
SetCursorColor
(theme->GetCursorColor());
in InitTextAreaDefaultStyle()
160
textInputComponent->
SetCursorColor
(theme->GetCursorColor());
in InitTextInputDefaultStyle()
282
component->
SetCursorColor
(value);
in SetCaretColor()
H
A
D
search_model_impl.cpp
287
component->
SetCursorColor
(theme->GetCursorColor());
in InitializeDefaultValue()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H
A
D
search_declaration.cpp
175
textFieldDeclaration.
SetCursorColor
(searchDeclaration.ParseColor(val));
in SetSpecializedStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H
A
D
text_testtwo_ng.cpp
43
textOverlayModifier.
SetCursorColor
(CURSOR_COLOR);
in HWTEST_F()
Completed in 19 milliseconds