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

  /cts/tests/tests/view/src/android/view/cts/
ChoreographerTest.java 47 mChoreographer.postCallback(
49 mChoreographer.postCallback(
51 mChoreographer.postCallback(
65 mChoreographer.postCallback(
74 mChoreographer.postCallback(
76 mChoreographer.postCallback(
86 mChoreographer.postCallback(
88 mChoreographer.postCallback(
163 mChoreographer.postCallback(
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 332 function postCallback(response) {
357 this.userID_ + '?alt=json', headers, postData, postCallback.bind(this));
  /frameworks/base/core/java/android/view/
Choreographer.java 265 public void postCallback(int callbackType, Runnable action, Object token) {
298 Log.d(TAG, "PostCallback: type=" + callbackType
328 * @see #postCallback
ViewRootImpl.java     [all...]
View.java     [all...]
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 644 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 270 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION,
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 1501 milliseconds