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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2729 private final static int MSG_INVALIDATE_WORLD = 24; field in class:ViewRootImpl
2981 case MSG_INVALIDATE_WORLD: {
4002 if (!mHandler.hasMessages(MSG_INVALIDATE_WORLD)) {
4003 mHandler.sendEmptyMessageDelayed(MSG_INVALIDATE_WORLD, 200);

Completed in 14 milliseconds