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:MAX_LINES
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/
H
A
D
aging_adapation_dialog_theme.h
35
constexpr int32_t
MAX_LINES
= 6;
member
77
theme->maxLines_ =
MAX_LINES
;
in Build()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_textarea.cpp
33
constexpr uint32_t
MAX_LINES
= 3;
member
125
auto inlineMaxViewLines =
MAX_LINES
;
in SetMaxLines()
H
A
D
js_textfield.cpp
88
constexpr uint32_t
MAX_LINES
= 3;
member
1407
TextFieldModel::GetInstance()->SetMaxViewLines(
MAX_LINES
);
in SetMaxLines()
1412
TextFieldModel::GetInstance()->SetMaxViewLines(
MAX_LINES
);
in SetMaxLines()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_tool_bar_item.cpp
24
constexpr int32_t
MAX_LINES
= 2;
member
65
textStyle_.SetMaxLines(
MAX_LINES
);
in InitTextStyle()
H
A
D
dom_button.cpp
42
constexpr uint32_t
MAX_LINES
= 2;
member
260
preferTextSizeGroups.push_back({ buttonTheme_->GetMinFontSize(),
MAX_LINES
, TextOverflow::ELLIPSIS });
in PrepareTextButton()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H
A
D
text_base.h
104
constexpr int32_t
MAX_LINES
= 500;
member
H
A
D
text_test_ng.cpp
1483
textStyle.SetMaxLines(
MAX_LINES
);
in HWTEST_F()
1539
textStyle.SetMaxLines(
MAX_LINES
);
in HWTEST_F()
2040
textStyle.SetMaxLines(
MAX_LINES
);
in HWTEST_F()
2287
textLayoutProperty->UpdateMaxLines(
MAX_LINES
);
in HWTEST_F()
2768
textLayoutProperty->UpdateMaxLines(
MAX_LINES
);
in HWTEST_F()
H
A
D
text_testthree_ng.cpp
1168
textStyle.SetMaxLines(
MAX_LINES
);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_text_input_modifier.cpp
25
const uint32_t
MAX_LINES
= 3;
member
94
TextFieldModelNG::SetMaxViewLines(frameNode,
MAX_LINES
);
in SetTextInputMaxLines()
105
TextFieldModelNG::SetMaxViewLines(frameNode,
MAX_LINES
);
in ResetTextInputMaxLines()
Completed in 21 milliseconds