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

1 2

  /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 437 private final Choreographer mChoreographer;
441 mChoreographer = Choreographer.getInstance();
456 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null);
462 long frameTimeMs = mChoreographer.getFrameTime();
ViewRootImpl.java 317 Choreographer mChoreographer;
511 mChoreographer = Choreographer.getInstance();
    [all...]
  /frameworks/base/core/java/com/android/internal/graphics/
SfVsyncFrameCallbackProvider.java 29 private final Choreographer mChoreographer = Choreographer.getSfInstance();
33 mChoreographer.postFrameCallback(callback);
38 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, runnable, null);
43 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/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/core/java/com/android/internal/view/
SurfaceFlingerVsyncChoreographer.java 34 private final Choreographer mChoreographer;
45 mChoreographer = choreographer;
91 final long sinceFrameStart = System.nanoTime() - mChoreographer.getLastFrameTimeNanos();
  /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/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();
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 61 private final Choreographer mChoreographer;
78 mChoreographer = Choreographer.getInstance();
86 mChoreographer.postFrameCallback(this);
90 mChoreographer.removeFrameCallback(this);
141 mChoreographer.postFrameCallback(this);
  /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/apps/Launcher3/src/com/android/launcher3/util/
WallpaperOffsetInterpolator.java 23 private final Choreographer mChoreographer;
45 mChoreographer = Choreographer.getInstance();
222 mChoreographer.postFrameCallback(this);
  /frameworks/support/dynamic-animation/src/android/support/animation/
AnimationHandler.java 197 private final Choreographer mChoreographer = Choreographer.getInstance();
212 mChoreographer.postFrameCallback(mChoreographerCallback);
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityInputFilter.java 106 final long frameTimeNanos = mChoreographer.getFrameTimeNanos();
126 private final Choreographer mChoreographer;
159 mChoreographer = Choreographer.getInstance();
284 mChoreographer.postCallback(Choreographer.CALLBACK_INPUT,
  /frameworks/base/services/core/java/com/android/server/wm/
WindowAnimator.java 85 private Choreographer mChoreographer;
99 () -> mChoreographer = Choreographer.getSfInstance(), 0 /* timeout */);
407 mChoreographer.postFrameCallback(mAnimationFrameCallback);
414 mChoreographer.removeFrameCallback(mAnimationFrameCallback);
431 return mChoreographer;
  /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...]
  /prebuilts/tools/common/m2/repository/com/facebook/rebound/rebound/0.3.8/
rebound-0.3.8.jar 
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /prebuilts/sdk/current/support/dynamic-animation/
android-support-dynamic-animation.jar 
  /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 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 213 milliseconds

1 2