Searched refs:AUTO_CLOSE_TIMEOUT_MILLIS (Results 1 – 1 of 1) sorted by relevance
58 private static final long AUTO_CLOSE_TIMEOUT_MILLIS = 10 * 1000; field in ArrowTipView243 mHandler.postDelayed(() -> handleClose(true), AUTO_CLOSE_TIMEOUT_MILLIS); in show() local388 mHandler.postDelayed(() -> handleClose(true), AUTO_CLOSE_TIMEOUT_MILLIS); in showAtLocation() local