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:panelAdjust
(Results
1 - 4
of
4
) sorted by relevance
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H
A
D
input_method_panel.h
58
bool operator==(const PanelAdjustInfo &
panelAdjust
) const
in operator ==()
60
return (top ==
panelAdjust
.top && left ==
panelAdjust
.left && right ==
panelAdjust
.right &&
in operator ==()
61
bottom ==
panelAdjust
.bottom);
in operator ==()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
json_operate_test.cpp
344
auto
panelAdjust
= sysPanelAdjustCfg.
panelAdjust
;
in HWTEST_F()
local
345
EXPECT_EQ(
panelAdjust
[0].style[0], "fix");
in HWTEST_F()
346
EXPECT_EQ(
panelAdjust
[0].style[1], "default");
in HWTEST_F()
347
EXPECT_EQ(
panelAdjust
[0].style[2], "landscape");
in HWTEST_F()
348
EXPECT_EQ(
panelAdjust
[0].top, 1);
in HWTEST_F()
349
EXPECT_EQ(
panelAdjust
[0].left, 2);
in HWTEST_F()
350
EXPECT_EQ(
panelAdjust
[0].right, 3);
in HWTEST_F()
351
EXPECT_EQ(
panelAdjust
[0].bottom, 4);
in HWTEST_F()
/base/inputmethod/imf/services/include/
H
A
D
sys_cfg_parser.h
93
std::vector<SysPanelAdjust>
panelAdjust
;
member
96
return GetValue(node, GET_NAME(sysPanelAdjust),
panelAdjust
);
/base/inputmethod/imf/services/src/
H
A
D
sys_cfg_parser.cpp
59
sysPanelAdjust = sysPanelAdjustCfg.
panelAdjust
;
in ParsePanelAdjust()
Completed in 4 milliseconds