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:rows_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ui_lite/interfaces/kits/layout/
H
A
D
grid_layout.h
54
GridLayout() :
rows_
(0), cols_(0) {}
in GridLayout()
71
rows_
= rows;
in SetRows()
99
uint16_t
rows_
;
member in OHOS::GridLayout
/foundation/arkui/ui_lite/frameworks/layout/
H
A
D
grid_layout.cpp
25
if ((
rows_
== 0) || (cols_ == 0)) {
in LayoutChildren()
34
if (
rows_
* cols_ < childrenNum) {
in LayoutChildren()
57
int16_t layoutHeight = GetHeight() /
rows_
;
in LayoutHorizontal()
59
for (int16_t i = 0; i <
rows_
; i++) {
in LayoutHorizontal()
91
int16_t layoutHeight = GetHeight() /
rows_
;
in LayoutVertical()
95
for (int16_t j = 0; j <
rows_
; j++) {
in LayoutVertical()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
matrix3.cpp
198
MatrixN3::MatrixN3(int32_t rows) :
rows_
(rows)
in MatrixN3()
205
if (row >=
rows_
|| col >= DIMENSION) {
in SetEntry()
214
Matrix3N matrix {
rows_
};
in Transpose()
216
for (auto j = 0; j <
rows_
; j++) {
in Transpose()
225
std::vector<double> value(
rows_
, 0);
in MapScalars()
229
for (int32_t i = 0; i <
rows_
; i++) {
in MapScalars()
H
A
D
matrix3.h
167
return
rows_
;
in GetRowNum()
215
int32_t
rows_
= 0;
member in OHOS::Ace::MatrixN3
H
A
D
matrix4.h
184
return
rows_
;
in GetRowNum()
222
int32_t
rows_
= 0;
member in OHOS::Ace::MatrixN4
H
A
D
matrix4.cpp
516
MatrixN4::MatrixN4(int32_t rows) :
rows_
(rows)
in MatrixN4()
523
if (row < 0 || row >=
rows_
|| col < 0 || col >= DIMENSION) {
in SetEntry()
532
Matrix4N matrix {
rows_
};
in Transpose()
534
for (auto j = 0; j <
rows_
; j++) {
in Transpose()
543
std::vector<double> value(
rows_
, 0);
in MapScalars()
547
for (int32_t i = 0; i <
rows_
; i++) {
in MapScalars()
/foundation/arkui/ui_lite/test/uitest/test_layout/
H
A
D
ui_test_advanced_layout.cpp
204
rows_
= 0;
in OnClickButton()
206
gTarget_->SetRows(
rows_
);
in OnClickButton()
222
rows_
++;
in OnClickButton()
223
gTarget_->SetRows(
rows_
);
in OnClickButton()
225
rows_
--;
in OnClickButton()
226
gTarget_->SetRows(
rows_
);
in OnClickButton()
H
A
D
ui_test_advanced_layout.h
89
int16_t
rows_
= 0;
member in OHOS::UITestAdvancedLayout
/foundation/multimodalinput/input/service/connect_manager/test/
H
A
D
multimodal_input_connect_stub_ex_test.cpp
70
rows_
= rows;
71
return
rows_
;
73
int32_t GetMouseScrollRows(int32_t &rows) override { return
rows_
; }
312
int32_t
rows_
= 0;
member in OHOS::MMI::__anon11390::MMIServiceTest
Completed in 16 milliseconds