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:KEY_ALT_RIGHT
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/event/
H
A
D
key_event_recognizer.cpp
114
{KeyCode::
KEY_ALT_RIGHT
, "KEYCODE_ALT_RIGHT"},
in KeyCodeToString()
461
{((int64_t)KeyCode::
KEY_ALT_RIGHT
<< KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_DPAD_LEFT,
in keyItemsTransKeyIntention()
463
{((int64_t)KeyCode::
KEY_ALT_RIGHT
<< KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_DPAD_RIGHT,
in keyItemsTransKeyIntention()
H
A
D
key_event.h
104
KEY_ALT_RIGHT
= 2046,
member in OHOS::OHOS::Ace::KeyCode
/foundation/arkui/ace_engine/interfaces/native/
H
A
D
native_xcomponent_key_event.h
108
KEY_ALT_RIGHT
= 2046,
enumerator
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
event_manager.cpp
1693
keyCode2.emplace_back(KeyCode::
KEY_ALT_RIGHT
);
in AddKeyboardShortcutSingleKey()
1743
keyCode2.emplace_back(KeyCode::
KEY_ALT_RIGHT
);
in AddKeyboardShortcutDoubleKeysWithCtrlAlt()
1745
keyCode4.emplace_back(KeyCode::
KEY_ALT_RIGHT
);
in AddKeyboardShortcutDoubleKeysWithCtrlAlt()
1770
keyCode2.emplace_back(KeyCode::
KEY_ALT_RIGHT
);
in AddKeyboardShortcutDoubleKeysWithShiftAlt()
1772
keyCode4.emplace_back(KeyCode::
KEY_ALT_RIGHT
);
in AddKeyboardShortcutDoubleKeysWithShiftAlt()
1829
keyCode2.emplace_back(KeyCode::
KEY_ALT_RIGHT
);
in AddKeyboardShortcutTripleKeys()
1831
keyCode4.emplace_back(KeyCode::
KEY_ALT_RIGHT
);
in AddKeyboardShortcutTripleKeys()
1833
keyCode6.emplace_back(KeyCode::
KEY_ALT_RIGHT
);
in AddKeyboardShortcutTripleKeys()
1835
keyCode8.emplace_back(KeyCode::
KEY_ALT_RIGHT
);
in AddKeyboardShortcutTripleKeys()
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H
A
D
text_input_client.cpp
128
(keyEvent.HasKey(KeyCode::KEY_ALT_LEFT) || keyEvent.HasKey(KeyCode::
KEY_ALT_RIGHT
) ? KEY_ALT : KEY_NULL) |
in HandleKeyEvent()
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H
A
D
key_event.h
101
KEY_ALT_RIGHT
= 2046,
member in OHOS::MMI::KeyCode
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_drag_modifier.cpp
34
(std::find(status.begin(), status.end(), OHOS::Ace::KeyCode::
KEY_ALT_RIGHT
) != std::end(status))) {
in CalculateModifierKeyState()
/foundation/arkui/ace_engine/test/unittest/core/event/
H
A
D
event_manager_test_ng.cpp
51
event.pressedCodes = {KeyCode::
KEY_ALT_RIGHT
};
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_utils.cpp
1813
if (!hasKeyCode(KeyCode::KEY_ALT_LEFT) && !hasKeyCode(KeyCode::
KEY_ALT_RIGHT
)) {
in CheckKeysPressed()
Completed in 18 milliseconds