HomeSort by relevance Sort by last modified time
    Searched refs:postCallback (Results 1 - 11 of 11) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
ChoreographerTest.java 58 mChoreographer.postCallback(
60 mChoreographer.postCallback(
62 mChoreographer.postCallback(
76 mChoreographer.postCallback(
85 mChoreographer.postCallback(
87 mChoreographer.postCallback(
97 mChoreographer.postCallback(
99 mChoreographer.postCallback(
174 mChoreographer.postCallback(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DejankUtils.java 71 sChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, sAnimationCallbackRunnable,
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseManager.java 134 postCallback(clientIf, AdvertiseCallback.ADVERTISE_FAILED_INTERNAL_ERROR);
139 private void postCallback(int clientIf, int status) {
188 postCallback(clientIf, AdvertiseCallback.ADVERTISE_FAILED_ALREADY_STARTED);
193 postCallback(clientIf,
198 postCallback(clientIf, AdvertiseCallback.ADVERTISE_FAILED_INTERNAL_ERROR);
202 postCallback(clientIf, AdvertiseCallback.ADVERTISE_SUCCESS);
  /frameworks/base/services/core/java/com/android/server/display/
RampAnimator.java 124 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null);
DisplayPowerState.java 283 mChoreographer.postCallback(Choreographer.CALLBACK_TRAVERSAL,
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 772 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, mCommit, null);
    [all...]
  /frameworks/base/core/java/android/view/
RenderNodeAnimator.java 452 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null);
Choreographer.java 330 public void postCallback(int callbackType, Runnable action, Object token) {
363 Log.d(TAG, "PostCallback: type=" + callbackType
393 * @see #postCallback
    [all...]
ViewRootImpl.java     [all...]
View.java     [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityInputFilter.java 231 mChoreographer.postCallback(Choreographer.CALLBACK_INPUT,

Completed in 842 milliseconds