Home
last modified time | relevance | path

Searched refs:syncInputWindows (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/gui/
DLayerState.cpp407 syncInputWindows |= other.syncInputWindows; in merge()
412 syncInputWindows = false; in clear()
422 output.writeBool(syncInputWindows); in write()
435 syncInputWindows = input.readBool(); in read()
DSurfaceComposerClient.cpp1130 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::syncInputWindows() { in syncInputWindows() function in android::SurfaceComposerClient::Transaction
1131 mInputWindowCommands.syncInputWindows = true; in syncInputWindows()
/frameworks/native/libs/gui/include/gui/
DLayerState.h268 bool syncInputWindows{false};
DSurfaceComposerClient.h442 Transaction& syncInputWindows();
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java180 mTransaction.syncInputWindows(); in showInputSurface()
DWindowManagerService.java7698 new SurfaceControl.Transaction().syncInputWindows().apply(true); in syncInputTransactions()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2934 } else if (mInputWindowCommands.syncInputWindows) { in updateInputFlinger()
2955 mInputWindowCommands.syncInputWindows ? mSetInputWindowsListener in updateInputWindowInfo()
3811 if (mPendingInputWindowCommands.syncInputWindows) { in applyTransactionState()
4154 if (inputWindowCommands.syncInputWindows) { in addInputWindowCommands()
/frameworks/base/core/java/android/view/
DSurfaceControl.java2286 public Transaction syncInputWindows() { in syncInputWindows() method in SurfaceControl.Transaction
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp483 transaction->syncInputWindows(); in nativeSyncInputWindows()