Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DHandwritingEventReceiverSurface.java84 t.setInputWindowInfo(mInputSurface, mWindowHandle); in HandwritingEventReceiverSurface()
109 .setInputWindowInfo(mInputSurface, mWindowHandle) in startIntercepting()
117 .setInputWindowInfo(mInputSurface, mWindowHandle) in setTouchableRegion()
128 .setInputWindowInfo(mInputSurface, mWindowHandle) in setNotTouchable()
/frameworks/native/services/surfaceflinger/tests/
DWindowInfosListener_test.cpp64 .setInputWindowInfo(surfaceControl, windowInfo) in TEST_F()
95 .setInputWindowInfo(surfaceControl, windowInfo) in TEST_F()
108 Transaction().setInputWindowInfo(surfaceControl, windowInfo).apply(); in TEST_F()
DCredentials_test.cpp358 .setInputWindowInfo(surfaceControl, windowInfo) in TEST_F()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLetterboxAttachInputTest.java92 verify(mTransaction).setInputWindowInfo(eq(mSurfaces.top), handleCaptor.capture()); in testSurface_createdHasSlipperyInput_scrollingFromLetterboxDisabled()
116 verify(mTransaction, never()).setInputWindowInfo(eq(mSurfaces.top), any()); in testSurface_createdHasNoInput_scrollingFromLetterboxEnabled()
130 verify(mTransaction).setInputWindowInfo(eq(mSurfaces.topInput), handleCaptor.capture()); in testInputSurface_createdHasSpyInput_scrollingFromLetterboxEnabled()
DWindowManagerServiceTests.java1126 verify(mTransaction).setInputWindowInfo( in testGrantInputChannel_allowSpyWindowForInputMonitorPermission()
1145 verify(mTransaction).setInputWindowInfo( in testUpdateInputChannel_sanitizeSpyWindowForApplications()
1169 verify(mTransaction).setInputWindowInfo( in testUpdateInputChannel_allowSpyWindowForInputMonitorPermission()
1176 verify(mTransaction).setInputWindowInfo( in testUpdateInputChannel_allowSpyWindowForInputMonitorPermission()
1196 verify(mTransaction).setInputWindowInfo( in testUpdateInputChannel_sanitizeInputFeatureSensitive_forUntrustedWindows()
1204 verify(mTransaction).setInputWindowInfo( in testUpdateInputChannel_sanitizeInputFeatureSensitive_forUntrustedWindows()
DWindowStateTests.java934 verify(transaction).setInputWindowInfo(eq(sc), eq(handle)); in testUpdateInputWindowHandle()
943 verify(transaction, never()).setInputWindowInfo(any(), any()); in testUpdateInputWindowHandle()
/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java133 t.setInputWindowInfo(mInputSurface, mWindowHandle); in show()
139 t.setInputWindowInfo(mInputSurface, mWindowHandle); in show()
DInputWindowHandleWrapper.java63 t.setInputWindowInfo(sc, mHandle); in applyChangesToSurface()
DDragState.java211 .setInputWindowInfo(mInputSurface, h) in showInputSurface()
767 mTransaction.setInputWindowInfo(mInputSurface, inputWindowHandle); in updateDragSurfaceLocked()
DLetterbox.java464 inputT.setInputWindowInfo(surfaceWithInput, mInputInterceptor.mWindowHandle); in applySurfaceChanges()
DWindowManagerService.java9413 t.setInputWindowInfo(surface, h);
/frameworks/base/services/core/java/com/android/server/input/
DGestureMonitorSpyWindow.java69 t.setInputWindowInfo(mInputSurface, mWindowHandle); in GestureMonitorSpyWindow()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/
DStubTransaction.java111 public SurfaceControl.Transaction setInputWindowInfo(SurfaceControl sc, in setInputWindowInfo() method in StubTransaction
/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
DStubTransaction.java116 public SurfaceControl.Transaction setInputWindowInfo(SurfaceControl sc, in setInputWindowInfo() method in StubTransaction
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp296 t.setInputWindowInfo(mSurfaceControl, mInputInfo); in showAt()
386 t.setInputWindowInfo(mSurfaceControl, mInputInfo); in showAt()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h667 Transaction& setInputWindowInfo(const sp<SurfaceControl>& sc,
/frameworks/base/core/java/android/view/
DSurfaceControl.java3493 public Transaction setInputWindowInfo(SurfaceControl sc, InputWindowHandle handle) { in setInputWindowInfo() method in SurfaceControl.Transaction
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1924 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setInputWindowInfo( in setInputWindowInfo() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1019 transaction->setInputWindowInfo(ctrl, std::move(info)); in nativeSetInputWindowInfo()