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:needStop
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
idle_time.cpp
123
void IdleTime::SetNeedStop(bool
needStop
)
in SetNeedStop()
argument
125
needStop_ =
needStop
;
in SetNeedStop()
135
IdleNotifyStatusCallback cb = [this](bool
needStop
) {
in GetIdleNotifyFunc()
136
if (this->GetNeedStop() ==
needStop
) {
in GetIdleNotifyFunc()
140
this->SetNeedStop(
needStop
);
in GetIdleNotifyFunc()
141
if (
needStop
== false) {
in GetIdleNotifyFunc()
/foundation/arkui/ace_engine/frameworks/core/animation/
H
A
D
animator.cpp
617
bool
needStop
= false;
in NotifyInterpolator()
local
629
needStop
= repeatTimesLeft_ == 0 || (scaledDuration_ == 0 && repeatTimesLeft_ != ANIMATION_REPEAT_INFINITE);
in NotifyInterpolator()
630
if (
needStop
) {
in NotifyInterpolator()
635
needStop
= UpdateRepeatTimesLeftAndCheckFinished(playedLoops);
in NotifyInterpolator()
649
float normalizedTime = GetNormalizedTime(playedTime,
needStop
);
in NotifyInterpolator()
652
if (notifyRepeat && !
needStop
) {
in NotifyInterpolator()
658
if (
needStop
&& (fillMode_ == FillMode::NONE || fillMode_ == FillMode::BACKWARDS)) {
in NotifyInterpolator()
666
if (
needStop
&& (!IsStopped())) {
in NotifyInterpolator()
890
float Animator::GetNormalizedTime(float playedTime, bool
needStop
) const
in GetNormalizedTime()
893
if (
needStop
) {
in GetNormalizedTime()
[all...]
H
A
D
animator.h
240
float GetNormalizedTime(float playedTime, bool
needStop
) const;
/foundation/arkui/ace_engine/frameworks/core/components/clock/
H
A
D
render_clock.h
83
void SetNeedStop(bool
needStop
)
in SetNeedStop()
argument
85
needStop_ =
needStop
;
in SetNeedStop()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H
A
D
idle_time.h
40
void SetNeedStop(bool
needStop
);
/foundation/arkui/ace_engine/test/mock/core/animation/
H
A
D
mock_animator.cpp
278
float Animator::GetNormalizedTime(float playedTime, bool
needStop
) const
in GetNormalizedTime()
Completed in 4 milliseconds