Lines Matching refs:windowInfo
474 const InputWindowInfo* windowInfo = windowHandle->getInfo();
475 if (windowInfo->displayId == displayId) {
476 int32_t flags = windowInfo->layoutParamsFlags;
477 int32_t privateFlags = windowInfo->layoutParamsPrivateFlags;
479 if (windowInfo->visible) {
483 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) {
1214 const InputWindowInfo* windowInfo = windowHandle->getInfo();
1215 if (windowInfo->displayId != displayId) {
1219 int32_t privateFlags = windowInfo->layoutParamsPrivateFlags;
1226 int32_t flags = windowInfo->layoutParamsFlags;
1227 if (windowInfo->visible) {
1231 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) {
1598 const InputWindowInfo* windowInfo = windowHandle->getInfo();
1600 target.inputChannel = windowInfo->inputChannel;
1602 target.xOffset = - windowInfo->frameLeft;
1603 target.yOffset = - windowInfo->frameTop;
1604 target.scaleFactor = windowInfo->scaleFactor;
2217 const InputWindowInfo* windowInfo = windowHandle->getInfo();
2218 target.xOffset = -windowInfo->frameLeft;
2219 target.yOffset = -windowInfo->frameTop;
2220 target.scaleFactor = windowInfo->scaleFactor;
3123 const InputWindowInfo* windowInfo = windowHandle->getInfo();
3130 i, windowInfo->name.string(), windowInfo->displayId,
3131 toString(windowInfo->paused),
3132 toString(windowInfo->hasFocus),
3133 toString(windowInfo->hasWallpaper),
3134 toString(windowInfo->visible),
3135 toString(windowInfo->canReceiveKeys),
3136 windowInfo->layoutParamsFlags, windowInfo->layoutParamsType,
3137 windowInfo->layer,
3138 windowInfo->frameLeft, windowInfo->frameTop,
3139 windowInfo->frameRight, windowInfo->frameBottom,
3140 windowInfo->scaleFactor);
3141 dumpRegion(dump, windowInfo->touchableRegion);
3142 dump.appendFormat(", inputFeatures=0x%08x", windowInfo->inputFeatures);
3144 windowInfo->ownerPid, windowInfo->ownerUid,
3145 windowInfo->dispatchingTimeout / 1000000.0);