Searched refs:MSG_DO_FRAME (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DChoreographer.java114 private static final int MSG_DO_FRAME = 0; field in class:Choreographer
484 Message msg = mHandler.obtainMessage(MSG_DO_FRAME);
663 case MSG_DO_FRAME:

Completed in 150 milliseconds