Searched refs:mDisplayId (Results 1 – 5 of 5) sorted by relevance
34 private final int mDisplayId; field in Gestures45 mDisplayId = displayId; 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()
33 private final int mDisplayId; field in PointerGesture55 mDisplayId = displayId; in PointerGesture()60 return mDisplayId; in displayId()
63 Integer mDisplayId; field in BySelector76 mDisplayId = defaultDisplayId == INVALID_DISPLAY ? null : defaultDisplayId; in BySelector()105 mDisplayId = original.mDisplayId; in BySelector()662 if (mDisplayId != null) { in displayId()665 mDisplayId = displayId; in displayId()823 if (mDisplayId != null) { in toString()824 builder.append("DISPLAY_ID='").append(mDisplayId).append("', "); in toString()
89 private final int mDisplayId; field in UiObject2108 mDisplayId = Api30Impl.getDisplayId(window); in UiObject2()111 mDisplayId = Display.DEFAULT_DISPLAY; in UiObject2()113 mGestureFactory = new Gestures(mDisplayId, windowId); in UiObject2()114 Context uiContext = device.getUiContext(mDisplayId); in UiObject2()314 return mDisplayId; in getDisplayId()
209 if (selector.mDisplayId != null) { in getDisplayIds()210 displayIds.add(selector.mDisplayId); in getDisplayIds()