Home
last modified time | relevance | path

Searched refs:syncInputWindows (Results 1 – 10 of 10) 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.cpp1131 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::syncInputWindows() { in syncInputWindows() function in android::SurfaceComposerClient::Transaction
1132 mInputWindowCommands.syncInputWindows = true; in syncInputWindows()
/frameworks/native/libs/gui/include/gui/
DLayerState.h268 bool syncInputWindows{false};
DSurfaceComposerClient.h441 Transaction& syncInputWindows();
/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioner.java312 new SurfaceControl.Transaction().syncInputWindows().apply(); in register()
DDragState.java178 mTransaction.syncInputWindows(); in showInputSurface()
DWindowManagerService.java7735 new SurfaceControl.Transaction().syncInputWindows().apply(true); in syncInputTransactions()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2963 } else if (mInputWindowCommands.syncInputWindows) { in updateInputFlinger()
2984 mInputWindowCommands.syncInputWindows ? mSetInputWindowsListener in updateInputWindowInfo()
3886 if (mPendingInputWindowCommands.syncInputWindows) { in applyTransactionState()
4238 if (inputWindowCommands.syncInputWindows) { in addInputWindowCommands()
/frameworks/base/core/java/android/view/
DSurfaceControl.java2256 public Transaction syncInputWindows() { in syncInputWindows() method in SurfaceControl.Transaction
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp468 transaction->syncInputWindows(); in nativeSyncInputWindows()