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:CustomInputMethod
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H
A
D
custom_input_method.h
36
class
CustomInputMethod
: public UIView::OnClickListener,
class
49
explicit
CustomInputMethod
(): timer_(300, TimerMethod, this) {} // 300: time(ms) for add/del one letter
in CustomInputMethod()
function in OHOS::CustomInputMethod
50
~
CustomInputMethod
() {}
in ~CustomInputMethod()
54
CustomInputMethod
*customInputMethod = reinterpret_cast<
CustomInputMethod
*>(arg);
in TimerMethod()
H
A
D
custom_input_method.cpp
115
void
CustomInputMethod
::OnShow(InputMethodManager::InputMethodParam& param)
in OnShow()
142
void
CustomInputMethod
::OnHide()
in OnHide()
151
void
CustomInputMethod
::SetupView(KeyboardType type)
in SetupView()
188
void
CustomInputMethod
::SetupKeyboard(KeyboardType type)
in SetupKeyboard()
234
FlexLayout*
CustomInputMethod
::SetupKeyRow(const char* name, int16_t width, int16_t height)
in SetupKeyRow()
244
UILabelButton*
CustomInputMethod
::SetupButton(const char* title)
in SetupButton()
275
void
CustomInputMethod
::TearDownView()
in TearDownView()
282
bool
CustomInputMethod
::OnClick(UIView& view, const ClickEvent& event)
in OnClick()
300
void
CustomInputMethod
::DealKeyEvent(UIView& view)
in DealKeyEvent()
347
bool
CustomInputMethod
[all...]
H
A
D
ui_test_edit_text.cpp
33
CustomInputMethod
* inputMethod = new
CustomInputMethod
();
in SetUp()
Completed in 1 milliseconds