Searched refs:MSG_ALL_SIZES_COMPUTED (Results 1 – 1 of 1) sorted by relevance
1070 static final int MSG_ALL_SIZES_COMPUTED = 5; field in ApplicationsState.MainHandler1117 case MSG_ALL_SIZES_COMPUTED: { in handleMessage()1416 if (!mMainHandler.hasMessages(MainHandler.MSG_ALL_SIZES_COMPUTED)) { in handleMessage()1417 mMainHandler.sendEmptyMessage(MainHandler.MSG_ALL_SIZES_COMPUTED); in handleMessage()