OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculateValue
(Results
1 - 18
of
18
) sorted by null
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
Ipo.java
59
public float
calculateValue
(int frame) {
60
return this.
calculateValue
(frame, 0);
74
public float
calculateValue
(int frame, int curveIndex) {
IpoHelper.java
180
public float
calculateValue
(int frame) {
185
public float
calculateValue
(int frame, int curveIndex) {
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintDistLimit.java
61
this.distLimit(v, targetLocation, ipo.
calculateValue
(frame));
77
this.distLimit(ownerLocation, targetLocation, ipo.
calculateValue
(0));
ConstraintLocLike.java
75
this.locLike(translations[frame], targetTransform.getTranslation(), ipo.
calculateValue
(frame));
85
this.locLike(ownerLocation, targetTransform.getTranslation(), ipo.
calculateValue
(0));
ConstraintLocLimit.java
86
this.locLimit(translations[frame], ipo.
calculateValue
(frame));
95
this.locLimit(ownerLocation, ipo.
calculateValue
(0));
ConstraintRotLike.java
65
this.rotLike(rotations[frame], angles, targetAngles, ipo.
calculateValue
(frame));
75
this.rotLike(ownerRotation, ownerRotation.toAngles(null), targetTransform.getRotation().toAngles(null), ipo.
calculateValue
(0));
ConstraintSizeLike.java
67
this.sizeLike(scales[frame], targetScale, ipo.
calculateValue
(frame));
76
this.sizeLike(ownerTransform.getScale(), targetTransform.getScale(), ipo.
calculateValue
(0));
ConstraintSizeLimit.java
86
this.sizeLimit(scales[frame], ipo.
calculateValue
(frame));
94
this.sizeLimit(ownerTransform.getScale(), ipo.
calculateValue
(0));
ConstraintRotLimit.java
93
this.rotLimit(angles, ipo.
calculateValue
(frame));
103
this.rotLimit(angles, ipo.
calculateValue
(0));
/frameworks/base/core/java/android/animation/
PropertyValuesHolder.java
120
* The value most recently calculated by
calculateValue
(). This is set during
659
void
calculateValue
(float fraction) {
708
* most recently calculated in
calculateValue
().
[
all
...]
ValueAnimator.java
[
all
...]
/prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar
/prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar
lombok-ast-0.2.jar
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 881 milliseconds