HomeSort by relevance Sort by last modified time
    Searched refs:Choreographer (Results 26 - 50 of 67) sorted by null

12 3

  /frameworks/base/services/core/java/com/android/server/wm/
WindowAnimator.java 32 import android.view.Choreographer;
56 final Choreographer.FrameCallback mAnimationFrameCallback;
83 private Choreographer mChoreographer;
105 () -> mChoreographer = Choreographer.getSfInstance(), 0 /* timeout */);
418 Choreographer getChoreographer() {
TaskPositioner.java 41 import android.view.Choreographer;
124 InputChannel inputChannel, Looper looper, Choreographer choreographer) {
125 super(inputChannel, looper, choreographer);
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
TouchInteractionService.java 39 import android.view.Choreographer;
174 private Choreographer mMainThreadChoreographer;
175 private Choreographer mBackgroundThreadChoreographer;
185 mMainThreadChoreographer = Choreographer.getInstance();
409 mBackgroundThreadChoreographer = Choreographer.getInstance());
OtherActivityTouchConsumer.java 41 import android.view.Choreographer;
79 private final Choreographer mBackgroundThreadChoreographer;
100 MainThreadExecutor mainThreadExecutor, Choreographer backgroundThreadChoreographer,
254 // when the background Choreographer has not yet initialized.
323 public Choreographer getIntrimChoreographer(MotionEventQueue queue) {
  /cts/tests/tests/media/src/android/media/cts/
PresentationSyncTest.java 28 import android.view.Choreographer;
66 * This test does not use Choreographer. The longer the test runs, the farther out of
204 * Exercises the test code, driving it off of Choreographer. The animation is driven at
320 private class ChoRunner implements Choreographer.FrameCallback {
325 private Choreographer mChocho;
338 mChocho = Choreographer.getInstance();
  /external/walt/docs/
ScreenLatency.md 7 Because the screen refreshes at predefined intervals (typically 60 Hz), most drawing commands do not take effect immediately but are processes during the next frame render event. See [Choreographer.FrameCallback](https://developer.android.com/reference/android/view/Choreographer.FrameCallback.html). An in-depth explanation about Android graphics can be found in [this video](https://www.youtube.com/watch?v=Q8m9sHdyXnE).
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 22 import android.view.Choreographer;
49 final class ColorsGLRenderer implements Choreographer.FrameCallback {
62 private final Choreographer mChoreographer;
79 mChoreographer = Choreographer.getInstance();
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
SurfaceAnimationRunnerTest.java 41 import android.view.Choreographer;
42 import android.view.Choreographer.FrameCallback;
189 mSurfaceAnimationRunner.mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT,
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowView.java 23 import android.view.Choreographer;
480 Choreographer choreographer = ShadowChoreographer.getInstance(); local
482 choreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, animationRunner, null);
491 choreographer.postCallbackDelayed(Choreographer.CALLBACK_ANIMATION, this, null, startDelay);
507 ShadowChoreographer.getInstance().postCallback(Choreographer.CALLBACK_ANIMATION, this, null);
  /frameworks/base/core/java/android/view/
RenderNodeAnimator.java 433 private final Choreographer mChoreographer;
437 mChoreographer = Choreographer.getInstance();
452 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null);
ViewRootImpl.java 329 Choreographer mChoreographer;
446 private Choreographer.FrameCallback mRenderProfiler;
537 mChoreographer = Choreographer.getInstance();
    [all...]
ThreadedRenderer.java 798 final Choreographer choreographer = attachInfo.mViewRootImpl.mChoreographer; local
799 choreographer.mFrameInfo.markDrawStart();
819 final long[] frameInfo = choreographer.mFrameInfo.mFrameInfo;
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageView.java 33 import android.view.Choreographer;
34 import android.view.Choreographer.FrameCallback;
240 Choreographer.getInstance().postFrameCallback(mFrameCallback);
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java 33 import android.view.Choreographer;
34 import android.view.Choreographer.FrameCallback;
240 Choreographer.getInstance().postFrameCallback(mFrameCallback);
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityInputFilter.java 28 import android.view.Choreographer;
130 private final Choreographer mChoreographer;
163 mChoreographer = Choreographer.getInstance();
289 mChoreographer.postCallback(Choreographer.CALLBACK_INPUT,
325 // Finished with this choreographer frame. Do the rest on the next one.
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
ViewDataBinding.java 33 import android.view.Choreographer;
207 private Choreographer mChoreographer;
209 private final Choreographer.FrameCallback mFrameCallback;
234 mChoreographer = Choreographer.getInstance();
235 mFrameCallback = new Choreographer.FrameCallback() {
    [all...]
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
ScreenResponseFragment.java 30 import android.view.Choreographer;
249 Choreographer.getInstance().postFrameCallback(new Choreographer.FrameCallback() {
  /prebuilts/tools/common/m2/repository/com/facebook/rebound/rebound/0.3.8/
rebound-0.3.8.jar 
  /frameworks/base/core/tests/coretests/src/android/animation/
ValueAnimatorTests.java 31 import android.view.Choreographer;
    [all...]
  /frameworks/base/core/java/android/view/autofill/
AutofillManager.java 48 import android.view.Choreographer;
612 Choreographer.getInstance().postCallback(Choreographer.CALLBACK_COMMIT, () -> {
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 51 import android.view.Choreographer;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java 40 import android.view.Choreographer;
278 Choreographer.getInstance());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ScrimController.java 32 import android.view.Choreographer;
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 132 import android.view.Choreographer;
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 686 milliseconds

12 3