Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_uitest.js207 this.doubleClick = function(...args) { method
332 this.doubleClick = function(...args) { method
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java74 private transient boolean doubleClick = false; field in DumbTextComponent
128 doubleClick = e.getClickCount() > 1; in mousePressed()
179 if (doubleClick) { in select()