Home | History | Annotate | Download | only in input

Lines Matching refs:hovering

2517 hovering now.
3699 "hovering ids 0x%08x -> 0x%08x",
4536 // the pointer is hovering again even if the user is not currently touching
5370 bool down, hovering;
5378 hovering = mCurrentCookedPointerData.hoveringIdBits.hasBit(id);
5379 down = !hovering;
5390 hovering = false;
5393 dispatchPointerSimple(when, policyFlags, down, hovering);
5404 bool down, hovering;
5426 hovering = !down;
5435 hovering ? 0.0f : 1.0f);
5443 hovering = false;
5446 dispatchPointerSimple(when, policyFlags, down, hovering);
5456 bool down, bool hovering) {
5460 if (down || hovering) {
5465 } else if (!down && !hovering && (mPointerSimple.down || mPointerSimple.hovering)) {
5483 if (mPointerSimple.hovering && !hovering) {
5484 mPointerSimple.hovering = false;
5521 if (hovering) {
5522 if (!mPointerSimple.hovering) {
5523 mPointerSimple.hovering = true;
5567 if (down || hovering) {
5726 // transition from hovering to touching or vice-versa while retaining the same id.