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:MotionEvent
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimodalinput/input/service/event_resample/include/
H
A
D
event_resample.h
88
struct
MotionEvent
{
struct in OHOS::MMI::final
108
void InitializeFrom(
MotionEvent
& other)
in InitializeFrom()
147
std::vector<
MotionEvent
> samples;
155
void InitializeFrom(const
MotionEvent
&event)
in InitializeFrom()
205
void AddHistory(const
MotionEvent
&event)
in AddHistory()
240
MotionEvent
inputEvent_;
241
MotionEvent
outputEvent_;
246
void EventDump(const char *msg,
MotionEvent
&event);
248
bool UpdateBatch(
MotionEvent
** outEvent, ErrCode &result);
249
void UpdatePointerEvent(
MotionEvent
* outEven
[all...]
/foundation/multimodalinput/input/service/event_resample/src/
H
A
D
event_resample.cpp
38
MotionEvent
* outEvent = nullptr;
in OnEventConsume()
90
void EventResample::EventDump(const char *msg,
MotionEvent
&event)
in EventDump()
133
MotionEvent
event;
in InitializeInputEvent()
150
bool EventResample::UpdateBatch(
MotionEvent
** outEvent, ErrCode &result)
in UpdateBatch()
174
void EventResample::UpdatePointerEvent(
MotionEvent
* outEvent)
in UpdatePointerEvent()
235
ErrCode EventResample::ConsumeBatch(int64_t frameTime,
MotionEvent
** outEvent)
in ConsumeBatch()
257
const
MotionEvent
* next;
in ConsumeBatch()
265
ResampleTouchState(sampleTime, static_cast<
MotionEvent
*>(*outEvent), next);
in ConsumeBatch()
273
ErrCode EventResample::ConsumeSamples(Batch& batch, size_t count,
MotionEvent
** outEvent)
in ConsumeSamples()
278
MotionEvent
in ConsumeSamples()
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H
A
D
screen_sensor_connector.h
48
using OHOS::Msdp::
MotionEvent
;
52
void OnMotionChanged(const
MotionEvent
& motionData) override;
57
void OnMotionChanged(const
MotionEvent
& motionData) override;
/foundation/window/window_manager/dmserver/include/
H
A
D
sensor_connector.h
69
using OHOS::Msdp::
MotionEvent
;
73
void OnMotionChanged(const
MotionEvent
& motionData) override;
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_sensor_connector.cpp
109
void RotationMotionEventCallback::OnMotionChanged(const
MotionEvent
& motionData)
in OnMotionChanged()
171
void TentMotionEventCallback::OnMotionChanged(const
MotionEvent
& motionData)
in OnMotionChanged()
/foundation/multimodalinput/input/service/event_resample/test/
H
A
D
event_resample_test.cpp
635
EventResample::
MotionEvent
outEvent;
in HWTEST_F()
662
EventResample::
MotionEvent
outEvent;
in HWTEST_F()
759
EventResample::
MotionEvent
** outEvent = new EventResample::
MotionEvent
*[3];
in HWTEST_F()
775
EventResample::
MotionEvent
event;
in HWTEST_F()
776
EventResample::
MotionEvent
next;
in HWTEST_F()
807
EventResample::
MotionEvent
event;
in HWTEST_F()
808
EventResample::
MotionEvent
next;
in HWTEST_F()
843
EventResample::
MotionEvent
event;
in HWTEST_F()
874
EventResample::
MotionEvent
even
in HWTEST_F()
[all...]
/foundation/window/window_manager/dmserver/src/
H
A
D
sensor_connector.cpp
224
void RotationMotionEventCallback::OnMotionChanged(const
MotionEvent
& motionData)
in OnMotionChanged()
/foundation/window/window_manager/dmserver/test/unittest/
H
A
D
screen_rotation_controller_test.cpp
667
MotionEvent
motionData;
in HWTEST_F()
Completed in 6 milliseconds