Searched refs:mMouseHoveringAtBottom (Results 1 – 2 of 2) sorted by relevance
70 private var mMouseHoveringAtBottom = false in <lambda>() variable180 if (mMouseHoveringAtBottom) { in <lambda>()181 mMouseHoveringAtBottom = false in <lambda>()257 if (!mMouseHoveringAtBottom && eventY >= screenHeight - 1) { in <lambda>()259 mMouseHoveringAtBottom = true in <lambda>()260 } else if (mMouseHoveringAtBottom && eventY < screenHeight - 1) { in <lambda>()262 mMouseHoveringAtBottom = false in <lambda>()
92 private boolean mMouseHoveringAtBottom; field in SystemGesturesPointerEventListener201 if (mMouseHoveringAtBottom) { in onPointerEvent()202 mMouseHoveringAtBottom = false; in onPointerEvent()280 if (!mMouseHoveringAtBottom && eventY >= screenHeight - 1) { in onPointerEvent()282 mMouseHoveringAtBottom = true; in onPointerEvent()283 } else if (mMouseHoveringAtBottom && eventY < screenHeight - 1) { in onPointerEvent()285 mMouseHoveringAtBottom = false; in onPointerEvent()