Searched refs:MSG_CLOSE (Results 1 – 3 of 3) sorted by relevance
126 private static final int MSG_CLOSE = 2; field in FileLog.LogWriterCallback175 sHandler.removeMessages(MSG_CLOSE); in handleMessage()176 sHandler.sendEmptyMessageDelayed(MSG_CLOSE, CLOSE_DELAY); in handleMessage()184 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()