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.java524 public void postOnAnimationDelayed(View view, Runnable action, long delayMillis) { in postOnAnimationDelayed() method in ViewCompat.ViewCompatBaseImpl
1056 public void postOnAnimationDelayed(View view, Runnable action, long delayMillis) { in postOnAnimationDelayed() method in ViewCompat.ViewCompatApi16Impl
2101 public static void postOnAnimationDelayed(View view, Runnable action, long delayMillis) { in postOnAnimationDelayed() method in ViewCompat