Searched refs:MSG_INVALIDATE_WORLD (Results 1 – 2 of 2) sorted by relevance
4330 private static final int MSG_INVALIDATE_WORLD = 22; field in ViewRootImpl4610 case MSG_INVALIDATE_WORLD: { in handleMessage()7206 if (!mHandler.hasMessages(MSG_INVALIDATE_WORLD)) { in loadSystemProperties()7207 mHandler.sendEmptyMessageDelayed(MSG_INVALIDATE_WORLD, 200); in loadSystemProperties()
84888 Landroid/view/ViewRootImpl;->MSG_INVALIDATE_WORLD:I