Searched refs:pointerDisplayId (Results 1 – 6 of 6) sorted by relevance
273 if (viewport.displayId != mLocked.pointerDisplayId) { in setDisplayViewport()274 mLocked.pointerDisplayId = viewport.displayId; in setDisplayViewport()347 mLocked.pointerDisplayId.toString().c_str()); in dump()
113 ui::LogicalDisplayId pointerDisplayId = ui::LogicalDisplayId::INVALID; member
181 void FakeInputReaderPolicy::setDefaultPointerDisplayId(ui::LogicalDisplayId pointerDisplayId) { in setDefaultPointerDisplayId() argument182 mConfig.defaultPointerDisplayId = pointerDisplayId; in setDefaultPointerDisplayId()
70 void setDefaultPointerDisplayId(ui::LogicalDisplayId pointerDisplayId);
426 ui::LogicalDisplayId pointerDisplayId{ui::LogicalDisplayId::DEFAULT}; member687 mLocked.pointerDisplayId) == 0 in getReaderConfiguration()696 outConfig->defaultPointerDisplayId = mLocked.pointerDisplayId; in getReaderConfiguration()776 void NativeInputManager::notifyPointerDisplayIdChanged(ui::LogicalDisplayId pointerDisplayId, in notifyPointerDisplayIdChanged() argument781 if (mLocked.pointerDisplayId == pointerDisplayId) { in notifyPointerDisplayIdChanged()784 mLocked.pointerDisplayId = pointerDisplayId; in notifyPointerDisplayIdChanged()785 ALOGI("%s: pointer displayId set to: %s", __func__, pointerDisplayId.toString().c_str()); in notifyPointerDisplayIdChanged()
167 whenever(wmCallbacks.pointerDisplayId).thenReturn(displayId) in testPointerDisplayUpdatesWhenDisplayViewportsChanged()