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:KEYBOARD_HEIGHT
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/manager/
H
A
D
safe_area_manager_test_ng.cpp
63
constexpr double
KEYBOARD_HEIGHT
= 420.0f;
member
281
auto ret = safeAreaManager_->UpdateKeyboardSafeArea(
KEYBOARD_HEIGHT
);
in HWTEST_F()
283
ret = safeAreaManager_->UpdateKeyboardSafeArea(
KEYBOARD_HEIGHT
);
in HWTEST_F()
286
EXPECT_EQ(retKbi.start, systemArea.bottom_.start -
KEYBOARD_HEIGHT
);
in HWTEST_F()
292
safeAreaManager_->UpdateKeyboardSafeArea(
KEYBOARD_HEIGHT
);
in HWTEST_F()
295
EXPECT_EQ(retKbi.start, tmpBottom -
KEYBOARD_HEIGHT
);
in HWTEST_F()
302
safeAreaManager_->UpdateKeyboardSafeArea(
KEYBOARD_HEIGHT
, rootHeight);
in HWTEST_F()
304
EXPECT_EQ(retKbi.start, rootHeight -
KEYBOARD_HEIGHT
);
in HWTEST_F()
323
safeAreaManager_->UpdateKeyboardSafeArea(
KEYBOARD_HEIGHT
);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H
A
D
text_field_element.cpp
21
constexpr int32_t
KEYBOARD_HEIGHT
= 200;
member
223
if (oldWidth == width && height - oldHeight >
KEYBOARD_HEIGHT
) {
in OnSurfaceChanged()
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H
A
D
custom_input_method.cpp
81
const int16_t
KEYBOARD_HEIGHT
= 320;
member
191
int16_t rowHeight =
KEYBOARD_HEIGHT
/ 4; // 4: row number
in SetupKeyboard()
192
keyboard->Resize(KEYBOARD_WIDTH,
KEYBOARD_HEIGHT
);
in SetupKeyboard()
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H
A
D
menu_layoutThi_test_ng.cpp
89
constexpr float
KEYBOARD_HEIGHT
= 600.0f;
member
367
EXPECT_TRUE(safeAreaManager->UpdateKeyboardSafeArea(
KEYBOARD_HEIGHT
));
in HWTEST_F()
412
EXPECT_TRUE(safeAreaManager->UpdateKeyboardSafeArea(
KEYBOARD_HEIGHT
));
in HWTEST_F()
426
EXPECT_EQ(menuAlgorithm->wrapperRect_.Height(), FULL_SCREEN_HEIGHT -
KEYBOARD_HEIGHT
);
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H
A
D
overlay_test_update.cpp
101
constexpr float
KEYBOARD_HEIGHT
= 600.0f;
member
1847
auto ret = safeAreaManager->UpdateKeyboardSafeArea(
KEYBOARD_HEIGHT
);
in HWTEST_F()
Completed in 11 milliseconds