Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DMainKeyboardAccessibilityDelegate.java63 private final Rect mBoundsToIgnoreHoverEvent = new Rect(); field in MainKeyboardAccessibilityDelegate
215 + " inIgnoreBounds=" + mBoundsToIgnoreHoverEvent.contains(x, y)); in performClickOn()
217 if (mBoundsToIgnoreHoverEvent.contains(x, y)) { in performClickOn()
220 mBoundsToIgnoreHoverEvent.setEmpty(); in performClickOn()
232 + " inIgnoreBounds=" + mBoundsToIgnoreHoverEvent.contains(x, y)); in onHoverEnterTo()
235 if (mBoundsToIgnoreHoverEvent.contains(x, y)) { in onHoverEnterTo()
240 mBoundsToIgnoreHoverEvent.setEmpty(); in onHoverEnterTo()
253 + " inIgnoreBounds=" + mBoundsToIgnoreHoverEvent.contains(x, y)); in onHoverExitFrom()
282 mBoundsToIgnoreHoverEvent.setEmpty(); in performLongClickOn()
287 mBoundsToIgnoreHoverEvent.set(key.getHitBox()); in performLongClickOn()