Searched refs:BLINK (Results 1 – 1 of 1) sorted by relevance
161 static final int BLINK = 500; field in Editor861 return showCursorDelta % (2 * BLINK) < BLINK; in shouldRenderCursor()2726 mTextView.postDelayed(mBlink, BLINK); in makeBlink()2747 mTextView.postDelayed(this, BLINK); in run()