Home
last modified time | relevance | path

Searched refs:setInputWindowInfo (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java143 t.setInputWindowInfo(mInputSurface, mWindowHandle); in show()
149 t.setInputWindowInfo(mInputSurface, mWindowHandle); in show()
DTaskPositioningController.java98 t.setInputWindowInfo(mInputSurface, h); in showInputSurface()
DInputMonitor.java462 mInputTransaction.setInputWindowInfo( in accept()
533 mInputTransaction.setInputWindowInfo( in accept()
DLetterbox.java311 t.setInputWindowInfo(mSurface, mInputInterceptor.mWindowHandle); in applySurfaceChanges()
DDragState.java171 mTransaction.setInputWindowInfo(mInputSurface, h); in showInputSurface()
DDisplayContent.java3781 getPendingTransaction().setInputWindowInfo( in updateBounds()
5053 getPendingTransaction().setInputWindowInfo(sc, mPortalWindowHandle) in reparentDisplayContent()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java94 public SurfaceControl.Transaction setInputWindowInfo(SurfaceControl sc, in setInputWindowInfo() method in StubTransaction
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp171 t.setInputWindowInfo(mSurfaceControl, mInputInfo); in showAt()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h440 Transaction& setInputWindowInfo(const sp<SurfaceControl>& sc, const InputWindowInfo& info);
/frameworks/base/core/java/android/view/
DSurfaceControl.java2258 public Transaction setInputWindowInfo(SurfaceControl sc, InputWindowHandle handle) { in setInputWindowInfo() method in SurfaceControl.Transaction
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1108 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setInputWindowInfo( in setInputWindowInfo() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp469 transaction->setInputWindowInfo(ctrl, *handle->getInfo()); in nativeSetInputWindowInfo()