Home
last modified time | relevance | path

Searched defs:windowWidth (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DMSSIMComparer.java63 int windowWidth = computeWindowSize(currentWindowX, width); in verifySame() local
95 int windowWidth, int windowHeight) { in isWindowWhite()
121 int windowWidth, int windowHeight) { in getMeans()
142 int start, int stride, int windowWidth, int windowHeight) { in getVariances()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DCommon.java51 private static double[] hann(int windowWidth) { in hann()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInputTests.java806 static void placeWindowAtLayoutCenter(WindowManager.LayoutParams windowParams, int windowWidth, in placeWindowAtLayoutCenter()