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:KnuckleGlowPoint
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimodalinput/input/service/window_manager/src/
H
A
D
knuckle_glow_point.cpp
23
#define MMI_LOG_TAG "
KnuckleGlowPoint
"
40
KnuckleGlowPoint
::
KnuckleGlowPoint
(std::shared_ptr<OHOS::Media::PixelMap> pixelMap) : traceShadow_(pixelMap)
in KnuckleGlowPoint()
function in OHOS::MMI::KnuckleGlowPoint
57
int64_t
KnuckleGlowPoint
::GetNanoTime() const
in GetNanoTime()
65
void
KnuckleGlowPoint
::Update()
in Update()
83
void
KnuckleGlowPoint
::Draw(Rosen::ExtendRecordingCanvas* canvas)
in Draw()
101
void
KnuckleGlowPoint
::Reset(double pointX, double pointY, float lifespanOffset)
in Reset()
111
bool
KnuckleGlowPoint
::IsEnded() const
in IsEnded()
117
void
KnuckleGlowPoint
::UpdateMatrix()
in UpdateMatrix()
H
A
D
knuckle_glow_trace_system.cpp
37
glowPoints_.emplace_back(std::make_shared<
KnuckleGlowPoint
>(pixelMap));
in KnuckleGlowTraceSystem()
63
std::shared_ptr<
KnuckleGlowPoint
> glowPoint = glowPoints_[i];
in Draw()
/foundation/multimodalinput/input/service/window_manager/test/
H
A
D
knuckle_glow_point_test.cpp
88
auto knuckleGlowPoint =
KnuckleGlowPoint
(pixelMap);
in HWTEST_F()
102
auto knuckleGlowPoint =
KnuckleGlowPoint
(pixelMap);
in HWTEST_F()
117
auto knuckleGlowPoint =
KnuckleGlowPoint
(pixelMap);
in HWTEST_F()
133
auto knuckleGlowPoint =
KnuckleGlowPoint
(pixelMap);
in HWTEST_F()
152
auto knuckleGlowPoint =
KnuckleGlowPoint
(pixelMap);
in HWTEST_F()
169
auto knuckleGlowPoint =
KnuckleGlowPoint
(pixelMap);
in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/include/
H
A
D
knuckle_glow_point.h
29
class
KnuckleGlowPoint
{
class
31
explicit
KnuckleGlowPoint
(std::shared_ptr<OHOS::Media::PixelMap> pixelMap);
32
~
KnuckleGlowPoint
() = default;
H
A
D
knuckle_glow_trace_system.h
44
std::vector<std::shared_ptr<
KnuckleGlowPoint
>> glowPoints_;
Completed in 2 milliseconds