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:historySize
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimodalinput/input/service/event_resample/include/
H
A
D
event_resample.h
192
size_t
historySize
;
member
201
historySize
= 0;
in Initialize()
208
if (
historySize
< HISTORY_SIZE_MAX) {
in AddHistory()
209
historySize
+= 1;
in AddHistory()
222
if (
historySize
< HISTORY_SIZE_MAX) {
in RecentCoordinatesAreIdentical()
/foundation/arkui/ace_engine/interfaces/native/event/
H
A
D
ui_input_event.cpp
42
if ((historyIndex < 0 || historyIndex >= touchEvent->
historySize
) ||
in isHistoryCTouchEventParamValid()
859
return touchEvent->
historySize
;
in OH_ArkUI_PointerEvent_GetHistorySize()
875
if (!touchEvent || !touchEvent->historyEvents || touchEvent->
historySize
<= historyIndex ||
in OH_ArkUI_PointerEvent_GetHistoryEventTime()
895
if (!touchEvent || !touchEvent->historyEvents || touchEvent->
historySize
<= historyIndex ||
in OH_ArkUI_PointerEvent_GetHistoryPointerCount()
/foundation/multimodalinput/input/service/event_resample/test/
H
A
D
event_resample_test.cpp
826
ts.
historySize
= 4;
in HWTEST_F()
858
ts.
historySize
= 4;
in HWTEST_F()
889
ts.
historySize
= 5;
in HWTEST_F()
934
ts.
historySize
= 4;
in HWTEST_F()
964
ts.
historySize
= 4;
in HWTEST_F()
/foundation/multimodalinput/input/service/event_resample/src/
H
A
D
event_resample.cpp
359
if (touchState.
historySize
< 1) {
in ResampleTouchState()
385
} else if (touchState.
historySize
>= HISTORY_SIZE_MAX) {
in ResampleTouchState()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_common_modifier.cpp
6691
event.touchEvent.
historySize
= eventInfo.GetHistoryPointerEvent().size() < MAX_HISTORY_EVENT_COUNT
in SetOnTouch()
6696
event.touchEvent.
historySize
= 0;
in SetOnTouch()
6742
touchEvent.touchEvent.
historySize
= 0;
in SetOnTouchIntercept()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H
A
D
arkoala_api.h
199
ArkUI_Uint32
historySize
;
member
Completed in 36 milliseconds