HomeSort by relevance Sort by last modified time
    Searched refs:mChoreographer (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/core/java/com/android/internal/graphics/
SfVsyncFrameCallbackProvider.java 29 private final Choreographer mChoreographer;
32 mChoreographer = Choreographer.getSfInstance();
36 mChoreographer = choreographer;
41 mChoreographer.postFrameCallback(callback);
46 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, runnable, null);
51 return mChoreographer.getFrameTime();
  /cts/tests/tests/view/src/android/view/cts/
ChoreographerTest.java 47 private Choreographer mChoreographer;
52 mChoreographer = Choreographer.getInstance();
74 mChoreographer.postCallback(
76 mChoreographer.postCallback(
78 mChoreographer.postCallback(
80 mChoreographer.removeCallbacks(
89 mChoreographer.postCallback(
97 mChoreographer.postCallback(
99 mChoreographer.postCallback(
101 mChoreographer.removeCallbacks
    [all...]
  /frameworks/base/core/java/android/view/
BatchedInputEventReceiver.java 26 Choreographer mChoreographer;
32 mChoreographer = choreographer;
63 mChoreographer.postCallback(Choreographer.CALLBACK_INPUT, mBatchedInputRunnable, null);
70 mChoreographer.removeCallbacks(
78 doConsumeBatchedInput(mChoreographer.getFrameTimeNanos());
RenderNodeAnimator.java 433 private final Choreographer mChoreographer;
437 mChoreographer = Choreographer.getInstance();
452 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null);
458 long frameTimeMs = mChoreographer.getFrameTime();
ViewRootImpl.java 329 Choreographer mChoreographer;
537 mChoreographer = Choreographer.getInstance();
    [all...]
ThreadedRenderer.java 798 final Choreographer choreographer = attachInfo.mViewRootImpl.mChoreographer;
    [all...]
View.java     [all...]
  /frameworks/base/core/java/com/android/internal/view/
SurfaceFlingerVsyncChoreographer.java 34 private final Choreographer mChoreographer;
45 mChoreographer = choreographer;
91 final long sinceFrameStart = System.nanoTime() - mChoreographer.getLastFrameTimeNanos();
  /frameworks/base/services/core/java/com/android/server/display/
RampAnimator.java 30 private final Choreographer mChoreographer;
47 mChoreographer = Choreographer.getInstance();
124 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null);
128 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null);
134 final long frameTimeNanos = mChoreographer.getFrameTimeNanos();
DisplayPowerState.java 56 private final Choreographer mChoreographer;
75 mChoreographer = Choreographer.getInstance();
293 mChoreographer.postCallback(Choreographer.CALLBACK_TRAVERSAL,
  /frameworks/base/services/core/java/com/android/server/wm/
SurfaceAnimationRunner.java 54 Choreographer mChoreographer;
80 SurfaceAnimationThread.getHandler().runWithScissors(() -> mChoreographer = getSfInstance(),
86 : new SfVsyncFrameCallbackProvider(mChoreographer));
113 mChoreographer.postFrameCallback(this::startAnimations);
125 mChoreographer.postFrameCallback(this::startAnimations);
215 anim.setCurrentPlayTime(mChoreographer.getFrameIntervalNanos() / NANOS_PER_MS);
220 anim.doAnimationFrame(mChoreographer.getFrameTime());
238 mChoreographer.postCallback(CALLBACK_TRAVERSAL, mApplyTransactionRunnable,
WindowAnimator.java 83 private Choreographer mChoreographer;
105 () -> mChoreographer = Choreographer.getSfInstance(), 0 /* timeout */);
395 mChoreographer.postFrameCallback(mAnimationFrameCallback);
402 mChoreographer.removeFrameCallback(mAnimationFrameCallback);
419 return mChoreographer;
  /frameworks/base/core/java/android/animation/
AnimationHandler.java 244 final Choreographer mChoreographer = Choreographer.getInstance();
248 mChoreographer.postFrameCallback(callback);
253 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, runnable, null);
258 return mChoreographer.getFrameTime();
  /cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
DrawFramesActivity.java 53 private Choreographer mChoreographer;
65 mChoreographer = Choreographer.getInstance();
126 mChoreographer.postFrameCallback((long timestamp) -> {
  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 52 private Choreographer mChoreographer;
215 mChoreographer = Choreographer.getInstance();
223 mChoreographer = null;
409 if (mChoreographer != null && !drawImmediate) {
410 mChoreographer.postFrameCallback(this);
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 62 private final Choreographer mChoreographer;
79 mChoreographer = Choreographer.getInstance();
87 mChoreographer.postFrameCallback(this);
91 mChoreographer.removeFrameCallback(this);
142 mChoreographer.postFrameCallback(this);
  /frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
AnimationHandler.java 195 private final Choreographer mChoreographer = Choreographer.getInstance();
210 mChoreographer.postFrameCallback(mChoreographerCallback);
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityInputFilter.java 110 final long frameTimeNanos = mChoreographer.getFrameTimeNanos();
130 private final Choreographer mChoreographer;
163 mChoreographer = Choreographer.getInstance();
289 mChoreographer.postCallback(Choreographer.CALLBACK_INPUT,
  /prebuilts/tools/common/m2/repository/com/facebook/rebound/rebound/0.3.8/
rebound-0.3.8.jar 
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
SurfaceAnimationRunnerTest.java 189 mSurfaceAnimationRunner.mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT,
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
ViewDataBinding.java 207 private Choreographer mChoreographer;
234 mChoreographer = Choreographer.getInstance();
453 mChoreographer.postFrameCallback(mFrameCallback);
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 471 milliseconds

1 2