Home | History | Annotate | Download | only in input

Lines Matching refs:displayId

171 static bool isMainDisplay(int32_t displayId) {
172 return displayId == ADISPLAY_ID_DEFAULT || displayId == ADISPLAY_ID_NONE;
438 int32_t displayId = motionEntry->displayId;
443 sp<InputWindowHandle> touchedWindowHandle = findTouchedWindowAtLocked(displayId, x, y);
468 sp<InputWindowHandle> InputDispatcher::findTouchedWindowAtLocked(int32_t displayId,
475 if (windowInfo->displayId == displayId) {
862 if (isMainDisplay(entry->displayId)) {
1155 int32_t displayId = entry->displayId;
1165 bool switchedDevice = mTouchState.deviceId >= 0 && mTouchState.displayId >= 0
1168 || mTouchState.displayId != displayId);
1192 mTempTouchState.displayId = displayId;
1215 if (windowInfo->displayId != displayId) {
1332 findTouchedWindowAtLocked(displayId, x, y);
1471 if (info->displayId == displayId
1529 mTouchState.displayId = displayId;
1645 int32_t displayId = windowHandle->getInfo()->displayId;
1654 if (otherInfo->displayId == displayId
1892 motionEntry->deviceId, motionEntry->source, motionEntry->displayId)) {
2318 originalMotionEntry->displayId,
2490 args->displayId,
2504 return mInputFilterEnabled && isMainDisplay(args->displayId);
2590 int32_t displayId = ADISPLAY_ID_DEFAULT;
2612 motionEvent->getDownTime(), displayId,
2624 motionEvent->getDownTime(), displayId,
2998 if (fromWindowHandle->getInfo()->displayId != toWindowHandle->getInfo()->displayId) {
3105 dump.appendFormat(INDENT "TouchDisplayId: %d\n", mTouchState.displayId);
3125 dump.appendFormat(INDENT2 "%d: name='%s', displayId=%d, "
3130 i, windowInfo->name.string(), windowInfo->displayId,
3900 nsecs_t downTime, int32_t displayId, uint32_t pointerCount,
3907 downTime(downTime), displayId(displayId), pointerCount(pointerCount) {
3920 "xPrecision=%.1f, yPrecision=%.1f, displayId=%d, pointers=[",
3922 xPrecision, yPrecision, displayId);
3974 int32_t displayId) const {
3979 && memento.displayId == displayId
4136 && memento.displayId == entry->displayId
4167 memento.displayId = entry->displayId;
4203 memento.displayId,
4223 && memento.displayId == otherMemento.displayId) {
4355 down(false), split(false), deviceId(-1), source(0), displayId(-1) {
4366 displayId = -1;
4375 displayId = other.displayId;