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:tempAxisEvent
(Results
1 - 2
of
2
) sorted by relevance
/foundation/window/window_manager/wm/test/unittest/
H
A
D
input_transfer_station_test.cpp
133
auto
tempAxisEvent
= axisEvent;
in HWTEST_F()
local
136
axisEvent =
tempAxisEvent
;
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_gesture_modifier.cpp
397
AxisEvent
tempAxisEvent
;
in ConvertIMMEventToAxisEvent()
local
398
NG::ConvertToAxisEvent(
tempAxisEvent
, info.GetPointerEvent());
in ConvertIMMEventToAxisEvent()
401
axisEvent.action = static_cast<int32_t>(
tempAxisEvent
.action);
in ConvertIMMEventToAxisEvent()
402
axisEvent.sourceType = static_cast<int32_t>(
tempAxisEvent
.sourceType);
in ConvertIMMEventToAxisEvent()
403
axisEvent.timeStamp =
tempAxisEvent
.time.time_since_epoch().count();
in ConvertIMMEventToAxisEvent()
404
axisEvent.horizontalAxis =
tempAxisEvent
.horizontalAxis;
in ConvertIMMEventToAxisEvent()
405
axisEvent.verticalAxis =
tempAxisEvent
.verticalAxis;
in ConvertIMMEventToAxisEvent()
406
axisEvent.pinchAxisScale =
tempAxisEvent
.pinchAxisScale;
in ConvertIMMEventToAxisEvent()
413
axisEvent.actionTouchPoint.toolType = static_cast<int32_t>(
tempAxisEvent
.sourceTool);
in ConvertIMMEventToAxisEvent()
Completed in 3 milliseconds