OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDelayForView
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java
327
method = "
getDelayForView
",
380
assertEquals(0, controller.
getDelayForView
(child1));
381
assertEquals(1000, controller.
getDelayForView
(child2));
382
assertEquals(2000, controller.
getDelayForView
(child3));
383
assertEquals(1000, controller.
getDelayForView
(child4));
384
assertEquals(2000, controller.
getDelayForView
(child5));
385
assertEquals(3000, controller.
getDelayForView
(child6));
386
assertEquals(2000, controller.
getDelayForView
(child7));
387
assertEquals(3000, controller.
getDelayForView
(child8));
388
assertEquals(4000, controller.
getDelayForView
(child9))
[
all
...]
LayoutAnimationControllerTest.java
425
method = "
getDelayForView
",
454
assertEquals(0, controller.
getDelayForView
(child1));
455
assertEquals(1000, controller.
getDelayForView
(child2));
456
assertEquals(2000, controller.
getDelayForView
(child3));
579
protected long
getDelayForView
(View view) {
580
return super.
getDelayForView
(view);
/frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java
38
* {@link #
getDelayForView
(android.view.View)} to implement a different way
314
* {@link #
getDelayForView
(android.view.View)}
318
* @see #
getDelayForView
(android.view.View)
321
final long delay =
getDelayForView
(view) + mAnimation.getStartOffset();
368
protected long
getDelayForView
(View view) {
396
* {@link #
getDelayForView
(android.view.View)} prior to any computation.
GridLayoutAnimationController.java
297
protected long
getDelayForView
(View view) {
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 378 milliseconds