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:curveParams
(Results
1 - 3
of
3
) sorted by relevance
/foundation/window/window_manager/previewer/include/
H
A
D
wm_common.h
718
KeyboardAnimationCurve(const std::string& curveType, const std::vector<float>&
curveParams
, uint32_t duration)
in KeyboardAnimationCurve()
argument
721
curveParams_.assign(
curveParams
.begin(),
curveParams
.end());
in KeyboardAnimationCurve()
/foundation/window/window_manager/interfaces/innerkits/wm/
H
A
D
wm_common.h
1122
KeyboardAnimationCurve(const std::string& curveType, const std::vector<float>&
curveParams
, uint32_t duration)
in KeyboardAnimationCurve()
argument
1125
curveParams_.assign(
curveParams
.begin(),
curveParams
.end());
in KeyboardAnimationCurve()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_manager.cpp
891
const auto& [curveType,
curveParams
] = CreateCurve(item["curve"]);
in LoadKeyboardAnimation()
893
if (
curveParams
.size() == CURVE_PARAM_DIMENSION) {
in LoadKeyboardAnimation()
894
config.ctrlX1_ =
curveParams
[0]; // 0: ctrl x1 index
in LoadKeyboardAnimation()
895
config.ctrlY1_ =
curveParams
[1]; // 1: ctrl y1 index
in LoadKeyboardAnimation()
896
config.ctrlX2_ =
curveParams
[2]; // 2: ctrl x2 index
in LoadKeyboardAnimation()
897
config.ctrlY2_ =
curveParams
[3]; // 3: ctrl y2 index
in LoadKeyboardAnimation()
973
const auto& [curveType,
curveParams
] = CreateCurve(item["curve"]);
in ConfigWindowAnimation()
975
if (
curveParams
.size() == CURVE_PARAM_DIMENSION) {
in ConfigWindowAnimation()
976
appWindowSceneConfig_.windowAnimation_.ctrlX1_ =
curveParams
[0]; // 0: ctrl x1 index
in ConfigWindowAnimation()
977
appWindowSceneConfig_.windowAnimation_.ctrlY1_ =
curveParams
[
in ConfigWindowAnimation()
1054
std::vector<float>
curveParams
;
CreateCurve()
local
[all...]
Completed in 14 milliseconds