Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DWindowCreationUtils.java68 layoutParamsForTestWindow(instrumentation, activity, width, height); in layoutParamsForWindowOnTop()
83 public static WindowManager.LayoutParams layoutParamsForTestWindow( in layoutParamsForTestWindow() method in WindowCreationUtils
85 return layoutParamsForTestWindow(instrumentation, activity, in layoutParamsForTestWindow()
98 public static WindowManager.LayoutParams layoutParamsForTestWindow( in layoutParamsForTestWindow() method in WindowCreationUtils
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowReportingTest.java554 final WindowManager.LayoutParams params = WindowCreationUtils.layoutParamsForTestWindow( in layoutParamsForWindowOnBottom()