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:PlaybackMode
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/component_ext/movingphoto/
H
A
D
movingphoto_pattern.h
183
void SelectPlaybackMode(
PlaybackMode
mode);
234
PlaybackMode
autoAndRepeatLevel_ =
PlaybackMode
::NONE;
235
PlaybackMode
historyAutoAndRepeatLevel_ =
PlaybackMode
::NONE;
H
A
D
movingphoto_pattern.cpp
206
if (autoAndRepeatLevel_ ==
PlaybackMode
::NONE && isEnableAnalyzer_) {
in HandleLongPress()
210
if (autoAndRepeatLevel_ !=
PlaybackMode
::NONE) {
in HandleLongPress()
238
if (autoAndRepeatLevel_ !=
PlaybackMode
::NONE) {
in HandleTouchEvent()
245
if (autoAndRepeatLevel_ ==
PlaybackMode
::NONE && isEnableAnalyzer_) {
in HandleTouchEvent()
501
if (historyAutoAndRepeatLevel_ ==
PlaybackMode
::AUTO) {
in UpdatePlayMode()
512
if (isEnableAnalyzer_ && autoAndRepeatLevel_ ==
PlaybackMode
::NONE) {
in HandleImageAnalyzerMode()
636
if (IsSupportImageAnalyzer() && isEnableAnalyzer_ && autoAndRepeatLevel_ ==
PlaybackMode
::NONE) {
in OnDirtyLayoutWrapperSwap()
835
if (!isSetAutoPlayPeriod_ && autoAndRepeatLevel_ ==
PlaybackMode
::AUTO) {
in OnMediaPlayerInitialized()
877
if (isPlayByController_ || autoAndRepeatLevel_ !=
PlaybackMode
::NONE) {
in OnMediaPlayerCompletion()
904
if (historyAutoAndRepeatLevel_ !=
PlaybackMode
in VisiblePlayback()
[all...]
H
A
D
movingphoto_utils.h
22
enum class
PlaybackMode
{
class
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H
A
D
movingphoto_test_ng.cpp
909
PlaybackMode
oldHistoryAutoAndRepeatLevel_ = movingphotoPattern->historyAutoAndRepeatLevel_;
in HWTEST_F()
910
PlaybackMode
oldAutoAndRepeatLevel_ = movingphotoPattern->autoAndRepeatLevel_;
in HWTEST_F()
917
EXPECT_EQ(movingphotoPattern->historyAutoAndRepeatLevel_,
PlaybackMode
::AUTO);
in HWTEST_F()
918
EXPECT_EQ(movingphotoPattern->autoAndRepeatLevel_,
PlaybackMode
::AUTO);
in HWTEST_F()
983
PlaybackMode
oldHistoryAutoAndRepeatLevel_ = movingphotoPattern->historyAutoAndRepeatLevel_;
in HWTEST_F()
984
PlaybackMode
oldAutoAndRepeatLevel_ = movingphotoPattern->autoAndRepeatLevel_;
in HWTEST_F()
991
EXPECT_EQ(movingphotoPattern->historyAutoAndRepeatLevel_,
PlaybackMode
::REPEAT);
in HWTEST_F()
992
EXPECT_EQ(movingphotoPattern->autoAndRepeatLevel_,
PlaybackMode
::REPEAT);
in HWTEST_F()
999
EXPECT_EQ(movingphotoPattern->historyAutoAndRepeatLevel_,
PlaybackMode
::REPEAT);
in HWTEST_F()
1000
EXPECT_EQ(movingphotoPattern->autoAndRepeatLevel_,
PlaybackMode
in HWTEST_F()
[all...]
Completed in 5 milliseconds