Home | History | Annotate | Download | only in input

Lines Matching full:displayid

169 static bool isMainDisplay(int32_t displayId) {
170 return displayId == ADISPLAY_ID_DEFAULT || displayId == ADISPLAY_ID_NONE;
436 int32_t displayId = motionEntry->displayId;
441 sp<InputWindowHandle> touchedWindowHandle = findTouchedWindowAtLocked(displayId, x, y);
458 sp<InputWindowHandle> InputDispatcher::findTouchedWindowAtLocked(int32_t displayId,
465 if (windowInfo->displayId == displayId) {
848 if (isMainDisplay(entry->displayId)) {
1141 int32_t displayId = entry->displayId;
1151 bool switchedDevice = mTouchState.deviceId >= 0 && mTouchState.displayId >= 0
1154 || mTouchState.displayId != displayId);
1178 mTempTouchState.displayId = displayId;
1201 if (windowInfo->displayId != displayId) {
1331 findTouchedWindowAtLocked(displayId, x, y);
1470 if (info->displayId == displayId
1528 mTouchState.displayId = displayId;
1644 int32_t displayId = windowHandle->getInfo()->displayId;
1653 if (otherInfo->displayId == displayId
1891 motionEntry->deviceId, motionEntry->source, motionEntry->displayId)) {
2317 originalMotionEntry->displayId,
2489 args->displayId,
2503 return mInputFilterEnabled && isMainDisplay(args->displayId);
2589 int32_t displayId = ADISPLAY_ID_DEFAULT;
2611 motionEvent->getDownTime(), displayId,
2623 motionEvent->getDownTime(), displayId,
2997 if (fromWindowHandle->getInfo()->displayId != toWindowHandle->getInfo()->displayId) {
3104 dump.appendFormat(INDENT "TouchDisplayId: %d\n", mTouchState.displayId);
3124 dump.appendFormat(INDENT2 "%d: name='%s', displayId=%d, "
3129 i, windowInfo->name.string(), windowInfo->displayId,
3867 nsecs_t downTime, int32_t displayId, uint32_t pointerCount,
3874 downTime(downTime), displayId(displayId), pointerCount(pointerCount) {
3885 msg.appendFormat("MotionEvent(action=%d, deviceId=%d, source=0x%08x, displayId=%d)",
3886 action, deviceId, source, displayId);
3930 int32_t displayId) const {
3935 && memento.displayId == displayId
4092 && memento.displayId == entry->displayId
4123 memento.displayId = entry->displayId;
4159 memento.displayId,
4179 && memento.displayId == otherMemento.displayId) {
4311 down(false), split(false), deviceId(-1), source(0), displayId(-1) {
4322 displayId = -1;
4331 displayId = other.displayId;