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:pointerSize
(Results
1 - 4
of
4
) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_multifinger_multitap.cpp
565
int32_t
pointerSize
= static_cast<int32_t>(event.GetPointerIds().size());
in HandleContinueTouchDownEvent()
local
566
if (
pointerSize
< targetFingers_) {
in HandleContinueTouchDownEvent()
568
} else if (
pointerSize
== targetFingers_) {
in HandleContinueTouchDownEvent()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
pointer_event.cpp
524
size_t
pointerSize
= 0;
in ToString()
local
526
pointerSize
++;
in ToString()
534
if (
pointerSize
!= pointers_.size()) {
in ToString()
/foundation/multimodalinput/input/service/window_manager/test/
H
A
D
pointer_drawing_manager_test.cpp
1163
int32_t
pointerSize
= pointerDrawingManager->GetPointerSize();
in HWTEST_F()
local
1164
EXPECT_EQ(
pointerSize
, 0);
in HWTEST_F()
1166
pointerSize
= pointerDrawingManager->GetPointerSize();
in HWTEST_F()
1167
EXPECT_EQ(
pointerSize
, 0);
in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H
A
D
pointer_drawing_manager.cpp
64
const std::string POINTER_SIZE { "
pointerSize
" };
2131
int32_t
pointerSize
= PREFERENCES_MGR->GetIntValue(name, DEFAULT_POINTER_SIZE);
in GetPointerSize()
local
2132
MMI_HILOGD("Get pointer size successfully,
pointerSize
:%{public}d",
pointerSize
);
in GetPointerSize()
2133
return
pointerSize
;
in GetPointerSize()
Completed in 12 milliseconds