Searched refs:debounceMs (Results 1 – 1 of 1) sorted by relevance
1946 public boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback) in ignore() argument1950 if (debounceMs == 0 && mDebounceTagNativeHandle != INVALID_NATIVE_HANDLE in ignore()1963 mDebounceTagDebounceMs = debounceMs; in ignore()1974 mHandler.sendEmptyMessageDelayed(MSG_TAG_DEBOUNCE, debounceMs); in ignore()