Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInputTests.java302 placeWindowAtLayoutCenter(params, TAPPING_TARGET_WINDOW_SIZE, in testFilterTouchesWhenObscuredByWindowFromDifferentUid()
358 placeWindowAtLayoutCenter(params, TAPPING_TARGET_WINDOW_SIZE, in testFlagTouchesWhenObscuredByWindowFromDifferentUid()
459 placeWindowAtLayoutCenter(params, TAPPING_TARGET_WINDOW_SIZE, in testFlagTouchesWhenObscuredByMinPositiveOpacityWindow()
513 placeWindowAtLayoutCenter(params, PARTIAL_OBSCURING_WINDOW_SIZE, in testFlagTouchesWhenPartiallyObscuredByZeroOpacityWindow()
817 static void placeWindowAtLayoutCenter(WindowManager.LayoutParams windowParams, int windowWidth, in placeWindowAtLayoutCenter() method in WindowInputTests