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