Searched refs:MSG_INVALIDATE_WORLD (Results 1 – 2 of 2) sorted by relevance
6572 private static final int MSG_INVALIDATE_WORLD = 22; field in ViewRootImpl6867 case MSG_INVALIDATE_WORLD: { in handleMessageImpl()9911 if (!mHandler.hasMessages(MSG_INVALIDATE_WORLD)) { in loadSystemProperties()9912 mHandler.sendEmptyMessageDelayed(MSG_INVALIDATE_WORLD, 200); in loadSystemProperties()
64195 Landroid/view/ViewRootImpl;->MSG_INVALIDATE_WORLD:I