Home | History | Annotate | Download | only in widget

Lines Matching refs:BLINK

4065                     if ((SystemClock.uptimeMillis() - mShowCursor) % (2 * BLINK) < BLINK) {
6535 mBlink = new Blink(this);
6538 mBlink.postAtTime(mBlink, mShowCursor + BLINK);
6950 private static class Blink extends Handler implements Runnable {
6954 public Blink(TextView v) {
6963 removeCallbacks(Blink.this);
6976 postAtTime(this, SystemClock.uptimeMillis() + BLINK);
6983 removeCallbacks(Blink.this);
8382 private Blink mBlink;
8438 private static final int BLINK = 500;