Searched defs:MSG_DISPATCH_GET_NEW_SURFACE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3091 private final static int MSG_DISPATCH_GET_NEW_SURFACE = 9; field in class:ViewRootImpl
3128 case MSG_DISPATCH_GET_NEW_SURFACE:
3129 return "MSG_DISPATCH_GET_NEW_SURFACE";
3180 case MSG_DISPATCH_GET_NEW_SURFACE:
6094 Message msg = mHandler.obtainMessage(MSG_DISPATCH_GET_NEW_SURFACE);

Completed in 21 milliseconds