Searched refs:mInputWindowCommands (Results 1 – 4 of 4) sorted by relevance
550 mInputWindowCommands = other.mInputWindowCommands; in Transaction()658 mInputWindowCommands = inputWindowCommands; in readFromParcel()711 mInputWindowCommands.write(*parcel); in writeToParcel()756 mInputWindowCommands.merge(other.mInputWindowCommands); in merge()773 mInputWindowCommands.clear(); in clear()913 mInputWindowCommands, mDesiredPresentTime, mIsAutoTimestamp, in apply()1537 mInputWindowCommands.focusRequests.push_back(request); in setFocusedWindow()1542 mInputWindowCommands.syncInputWindows = true; in syncInputWindows()
396 InputWindowCommands mInputWindowCommands; variable
3101 } else if (mInputWindowCommands.syncInputWindows) { in updateInputFlinger()3107 for (const auto& focusRequest : mInputWindowCommands.focusRequests) { in updateInputFlinger()3110 mInputWindowCommands.clear(); in updateInputFlinger()3132 mInputWindowCommands.syncInputWindows); in notifyWindowInfos()4284 bool hasChanges = mInputWindowCommands.merge(inputWindowCommands); in addInputWindowCommands()4539 applyTransactionState(FrameTimelineInfo{}, state, displays, 0, mInputWindowCommands, in onInitializeDisplays()
1447 InputWindowCommands mInputWindowCommands; variable