Home
last modified time | relevance | path

Searched defs:postOnAnimationDelayed (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
DViewCompat.java510 public void postOnAnimationDelayed(View view, Runnable action, long delayMillis) { in postOnAnimationDelayed() method in ViewCompat.ViewCompatBaseImpl
1025 public void postOnAnimationDelayed(View view, Runnable action, long delayMillis) { in postOnAnimationDelayed() method in ViewCompat.ViewCompatApi16Impl
1885 public static void postOnAnimationDelayed(View view, Runnable action, long delayMillis) { in postOnAnimationDelayed() method in ViewCompat