Searched refs:CALLBACK_INSETS_ANIMATION (Results 1 – 3 of 3) sorted by relevance
20 import static android.view.Choreographer.CALLBACK_INSETS_ANIMATION;203 mChoreographer.postCallback(CALLBACK_INSETS_ANIMATION, setViewSynchronized, null); in addSplashScreenStartingWindow()
142 mViewRoot.mChoreographer.postCallback(Choreographer.CALLBACK_INSETS_ANIMATION, r, in postInsetsAnimationCallback()
252 public static final int CALLBACK_INSETS_ANIMATION = 2; field in Choreographer942 doCallbacks(Choreographer.CALLBACK_INSETS_ANIMATION, frameIntervalNanos); in doFrame()