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
214 + " inIgnoreBounds=" + mBoundsToIgnoreHoverEvent.contains(x, y)); in performClickOn()
216 if (mBoundsToIgnoreHoverEvent.contains(x, y)) { in performClickOn()
219 mBoundsToIgnoreHoverEvent.setEmpty(); in performClickOn()
231 + " inIgnoreBounds=" + mBoundsToIgnoreHoverEvent.contains(x, y)); in onHoverEnterTo()
233 if (mBoundsToIgnoreHoverEvent.contains(x, y)) { in onHoverEnterTo()
238 mBoundsToIgnoreHoverEvent.setEmpty(); in onHoverEnterTo()
248 + " inIgnoreBounds=" + mBoundsToIgnoreHoverEvent.contains(x, y)); in onHoverExitFrom()
276 mBoundsToIgnoreHoverEvent.setEmpty(); in performLongClickOn()
281 mBoundsToIgnoreHoverEvent.set(key.getHitBox()); in performLongClickOn()