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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3103 private final static int MSG_INVALIDATE_WORLD = 23; field in class:ViewRootImpl
3381 case MSG_INVALIDATE_WORLD: {
5554 if (!mHandler.hasMessages(MSG_INVALIDATE_WORLD)) {
5555 mHandler.sendEmptyMessageDelayed(MSG_INVALIDATE_WORLD, 200);

Completed in 415 milliseconds