Searched refs:MSG_CLOSE (Results 1 – 3 of 3) sorted by relevance
132 private static final int MSG_CLOSE = 2; field in FileLog.LogWriterCallback181 sHandler.removeMessages(MSG_CLOSE); in handleMessage()182 sHandler.sendEmptyMessageDelayed(MSG_CLOSE, CLOSE_DELAY); in handleMessage()190 case MSG_CLOSE: { in handleMessage()
67 private static final int MSG_CLOSE = 1; field in PieRenderer125 case MSG_CLOSE:243 mHandler.sendEmptyMessage(show ? MSG_OPEN : MSG_CLOSE); in show()
65 private static final int MSG_CLOSE = 1; field in PieRenderer125 case MSG_CLOSE:246 handler.sendEmptyMessage(show ? MSG_OPEN : MSG_CLOSE); in show()