HomeSort by relevance Sort by last modified time
    Searched defs:postCallbackDelayed (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
ChoreographerTest.java 133 mChoreographer.postCallbackDelayed(
135 mChoreographer.postCallbackDelayed(
152 mChoreographer.postCallbackDelayed(
154 mChoreographer.postCallbackDelayed(
163 mChoreographer.postCallbackDelayed(
165 mChoreographer.postCallbackDelayed(
186 mChoreographer.postCallbackDelayed( Choreographer.CALLBACK_ANIMATION, null, TOKEN,
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowView.java 468 choreographer.postCallbackDelayed(Choreographer.CALLBACK_ANIMATION, this, null, startDelay);

Completed in 102 milliseconds