Home | History | Annotate | Download | only in globaltime

Lines Matching full:invalidate

362             mHandler.sendEmptyMessage(INVALIDATE);
370 mHandler.removeMessages(INVALIDATE);
1402 private static final int INVALIDATE = 1;
1407 * an INVALIDATE message, we redraw and place another message in the queue.
1413 if (msg.what == INVALIDATE) {
1430 invalidate();
1436 // The invalidate message we're posting here will be
1439 sendEmptyMessage(INVALIDATE);