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