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