Home
last modified time | relevance | path

Searched refs:AUTO_CLOSE_TIMEOUT_MILLIS (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java58 private static final long AUTO_CLOSE_TIMEOUT_MILLIS = 10 * 1000; field in ArrowTipView
243 mHandler.postDelayed(() -> handleClose(true), AUTO_CLOSE_TIMEOUT_MILLIS); in show() local
388 mHandler.postDelayed(() -> handleClose(true), AUTO_CLOSE_TIMEOUT_MILLIS); in showAtLocation() local