OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:from_y
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/view/src/android/view/animation/cts/
ScaleAnimationTest.java
38
private static float
FROM_Y
= 3.0f;
63
new ScaleAnimation(FROM_X, TO_X,
FROM_Y
, TO_Y);
65
new ScaleAnimation(FROM_X, TO_X,
FROM_Y
, TO_Y, Animation.RELATIVE_TO_SELF, PIVOT_X,
68
new ScaleAnimation(FROM_X, TO_X,
FROM_Y
, TO_Y, PIVOT_X, PIVOT_Y);
75
MyScaleAnimation scaleAnimation = new MyScaleAnimation(FROM_X, TO_X,
FROM_Y
, TO_Y,
83
assertMatrixValue(FROM_X,
FROM_Y
, values);
110
MyScaleAnimation scaleAnimation = new MyScaleAnimation(FROM_X, TO_X,
FROM_Y
, TO_Y,
123
assertMatrixValue(FROM_X,
FROM_Y
, values);
/external/chromium_org/cc/animation/
transform_operation.cc
111
SkMScalar
from_y
= IsOperationIdentity(from) ? 0 : from->translate.y;
local
117
BlendSkMScalars(
from_y
, to_y, progress),
145
SkMScalar
from_y
= IsOperationIdentity(from) ? 1 : from->scale.y;
local
151
BlendSkMScalars(
from_y
, to_y, progress),
157
SkMScalar
from_y
= IsOperationIdentity(from) ? 0 : from->skew.y;
local
161
result->SkewY(BlendSkMScalars(
from_y
, to_y, progress));
transform_operations_unittest.cc
1192
float
from_y
;
member in struct:cc::__anon3817::TestSkews
[
all
...]
Completed in 222 milliseconds