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:EventResample
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimodalinput/input/service/event_resample/src/
H
A
D
event_resample.cpp
27
#define MMI_LOG_TAG "
EventResample
"
31
EventResample
::
EventResample
(){};
in EventResample()
function in OHOS::MMI::EventResample
32
EventResample
::~
EventResample
(){};
in ~EventResample()
34
std::shared_ptr<PointerEvent>
EventResample
::OnEventConsume(std::shared_ptr<PointerEvent> pointerEvent,
in OnEventConsume()
85
std::shared_ptr<PointerEvent>
EventResample
::GetPointerEvent()
in GetPointerEvent()
90
void
EventResample
::EventDump(const char *msg, MotionEvent &event)
in EventDump()
102
ErrCode
EventResample
::InitializeInputEvent(std::shared_ptr<PointerEvent> pointerEvent, int64_t frameTime)
in InitializeInputEvent()
150
bool
EventResample
[all...]
/foundation/multimodalinput/input/service/event_resample/test/
H
A
D
event_resample_test.cpp
194
int64_t sampleTime = frameTime -
EventResample
::RESAMPLE_LATENCY;
in CalculateExpected()
234
if (touchState.size() <
EventResample
::HISTORY_SIZE_MAX) {
in ResampleCoord()
239
if (delta <
EventResample
::RESAMPLE_MIN_DELTA) {
in ResampleCoord()
241
} else if (delta >
EventResample
::RESAMPLE_MAX_DELTA) {
in ResampleCoord()
245
std::min(delta / 2,
EventResample
::RESAMPLE_MAX_PREDICTION);
in ResampleCoord()
256
if (delta <
EventResample
::RESAMPLE_MIN_DELTA) {
in ResampleCoord()
635
EventResample
::MotionEvent outEvent;
in HWTEST_F()
640
EventResample
::Pointer p;
in HWTEST_F()
662
EventResample
::MotionEvent outEvent;
in HWTEST_F()
667
EventResample
in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/event_resample/include/
H
A
D
event_resample.h
31
class
EventResample
final {
32
DECLARE_DELAYED_SINGLETON(
EventResample
);
35
DISALLOW_COPY_AND_MOVE(
EventResample
);
272
#define EventResampleHdr ::OHOS::DelayedSingleton<
EventResample
>::GetInstance()
Completed in 3 milliseconds