Searched defs: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
215 + " inIgnoreBounds=" + mBoundsToIgnoreHoverEvent.contains(x, y));
217 if (mBoundsToIgnoreHoverEvent.contains(x, y)) {
220 mBoundsToIgnoreHoverEvent.setEmpty();
232 + " inIgnoreBounds=" + mBoundsToIgnoreHoverEvent.contains(x, y));
235 if (mBoundsToIgnoreHoverEvent.contains(x, y)) {
240 mBoundsToIgnoreHoverEvent.setEmpty();
253 + " inIgnoreBounds=" + mBoundsToIgnoreHoverEvent.contains(x, y));
286 mBoundsToIgnoreHoverEvent.setEmpty();
291 mBoundsToIgnoreHoverEvent
[all...]

Completed in 96 milliseconds