Searched refs:mWindowId (Results 1 – 2 of 2) sorted by relevance
35 private final int mWindowId; field in Gestures46 mWindowId = windowId; in Gestures()70 return new PointerGesture(point, mDisplayId, mWindowId).pause(duration); in click()94 return new PointerGesture(start, mDisplayId, mWindowId).move(end, speed); in swipe()
34 private final int mWindowId; field in PointerGesture56 mWindowId = windowId; in PointerGesture()64 return mWindowId; in windowId()