OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BaseTransitionTest
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/transition/tests/src/android/support/transition/
BaseTransitionTest.java
36
public abstract class
BaseTransitionTest
extends BaseTest {
122
return ObjectAnimator.ofFloat(
BaseTransitionTest
.this, "animatedValue", 0, 1);
129
return ObjectAnimator.ofFloat(
BaseTransitionTest
.this, "animatedValue", 1, 0);
/cts/tests/tests/transition/src/android/transition/cts/
BaseTransitionTest.java
46
public abstract class
BaseTransitionTest
{
160
return ObjectAnimator.ofFloat(
BaseTransitionTest
.this, "animatedValue", 0, 1);
167
return ObjectAnimator.ofFloat(
BaseTransitionTest
.this, "animatedValue", 1, 0);
Completed in 305 milliseconds