Searched refs:mInputWindowCommands (Results 1 – 7 of 7) sorted by relevance
89 EXPECT_EQ(s1.mInputWindowCommands, s2.mInputWindowCommands); in Compare()149 state.mInputWindowCommands.addFocusRequest(request); in createTransactionStateForTest()267 auto inputCommands = expectedMergedState.mInputWindowCommands; in TEST()273 EXPECT_EQ(state.mInputWindowCommands, expectedMergedState.mInputWindowCommands); in TEST()
45 mInputWindowCommands.write(*parcel); in writeToParcel()100 if (status_t status = mInputWindowCommands.read(*parcel) != NO_ERROR) { in readFromParcel()188 mInputWindowCommands.merge(other.mInputWindowCommands); in merge()218 mInputWindowCommands.clear(); in clear()
841 if (!mState.mInputWindowCommands.empty() && in sanitize()844 mState.mInputWindowCommands.clear(); in sanitize()1937 mState.mInputWindowCommands.addFocusRequest(request); in setFocusedWindow()1944 mState.mInputWindowCommands.addWindowInfosReportedListener(windowInfosReportedListener); in addWindowInfosReportedListener()
82 InputWindowCommands mInputWindowCommands; variable
63 inputWindowCommands(std::move(transactionState.mInputWindowCommands)), in QueuedTransactionState()
4288 if (!mInputFlinger || (!mUpdateInputInfo && mInputWindowCommands.empty())) { in updateInputFlinger()4317 inputWindowCommands = std::move(mInputWindowCommands), inputFlinger = mInputFlinger, in updateInputFlinger()4344 mInputWindowCommands.clear(); in updateInputFlinger()5008 if (!transactionState.mInputWindowCommands.empty() && in setTransactionState()5011 transactionState.mInputWindowCommands.clear(); in setTransactionState()5407 bool hasChanges = mInputWindowCommands.merge(inputWindowCommands); in addInputWindowCommands()5600 state.inputWindowCommands = mInputWindowCommands; in initializeDisplays()
1448 InputWindowCommands mInputWindowCommands; variable