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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DMainKeyboardAccessibilityDelegate.java63 private final Rect mBoundsToIgnoreHoverEvent = new Rect(); field in class:MainKeyboardAccessibilityDelegate
217 + " inIgnoreBounds=" + mBoundsToIgnoreHoverEvent.contains(x, y));
219 if (mBoundsToIgnoreHoverEvent.contains(x, y)) {
222 mBoundsToIgnoreHoverEvent.setEmpty();
234 + " inIgnoreBounds=" + mBoundsToIgnoreHoverEvent.contains(x, y));
237 if (mBoundsToIgnoreHoverEvent.contains(x, y)) {
242 mBoundsToIgnoreHoverEvent.setEmpty();
255 + " inIgnoreBounds=" + mBoundsToIgnoreHoverEvent.contains(x, y));
284 mBoundsToIgnoreHoverEvent.setEmpty();
289 mBoundsToIgnoreHoverEvent
[all...]

Completed in 286 milliseconds