Home
last modified time | relevance | path

Searched defs:windowHeight (Results 1 – 25 of 195) sorted by relevance

12345678

/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/testing/bitmapcomparers/
H A DMSSIMComparer.java61 int windowHeight = computeWindowSize(currentWindowY, height); in verifySame() local
95 int[] colors, int start, int stride, int windowWidth, int windowHeight) { in isWindowWhite()
119 int[] pixels0, int[] pixels1, int start, int stride, int windowWidth, int windowHeight) { in getMeans()
147 int windowHeight) { in getVariances()
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
H A DMSSIMComparer.java61 int windowHeight = computeWindowSize(currentWindowY, height); 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()
/aosp_15_r20/cts/tests/tests/mediaediting/src/android/media/mediaediting/cts/
H A DMssimCalculator.java89 int windowHeight = computeWindowSize(currentWindowY, height); in calculate() local
163 byte[] pixelBuffer, int bufferIndexOffset, int stride, int windowWidth, int windowHeight) { in getMean()
182 int windowHeight) { in getVariancesAndCovariance()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/
H A DSsimHelper.java365 int windowHeight = computeWindowSize(currentWindowY, height); in calculate() local
415 byte[] pixels, int start, int stride, int windowWidth, int windowHeight) { in getMean()
434 int windowHeight) { in getVariancesAndCovariance()
/aosp_15_r20/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/ui/
H A DBubbleBar.kt74 val windowHeight = uiDevice.displayHeight in swipeUpToExpand() constant
/aosp_15_r20/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/pagination/
DPageMeasurementHelper.java95 public boolean handleWindowSizeChange(int windowWidth, int windowHeight) { in handleWindowSizeChange()
235 int windowWidth, int windowHeight) { in PageDimensions()
DPaginationController.java49 private void maybeHandleWindowResize(int windowWidth, int windowHeight) { in maybeHandleWindowResize()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DDesktopTaskView.kt187 val windowHeight = tempPointF.y.toInt() in <lambda>() constant
/aosp_15_r20/external/accompanist/adaptive/src/sharedTest/kotlin/com/google/accompanist/adaptive/
H A DFoldAwareColumnTest.kt239 val windowHeight = metrics.bounds.height().toDp().value in FoldAwareColumnWithSpacers() constant
/aosp_15_r20/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
H A DMSSIMMatcher.kt100 val windowHeight = computeWindowSize(currentWindowY, height) in calculateSSIM() constant
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/
H A DConditionsFactory.kt336 val windowHeight = pipWindow.frame.height().toFloat() in <lambda>() constant
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DScaleGestureDetectorTest.java62 final int windowHeight = windowBounds.height(); in testScaleGestureDetector() local
/aosp_15_r20/external/angle/samples/gles1/
H A DDrawTexture.cpp60 GLint windowHeight = getWindow()->getHeight(); in draw() local
/aosp_15_r20/external/angle/samples/post_sub_buffer/
H A DPostSubBuffer.cpp129 EGLint windowHeight = static_cast<EGLint>(getWindow()->getHeight()); in swap() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchVerticalSpacingStackFromBottomTest.java110 int windowHeight = WindowMetricsHelper.getBoundsExcludingNavigationBarAndCutout( in testLongScroll() local
/aosp_15_r20/hardware/google/gfxstream/host/
DPostWorkerGl.cpp220 int windowHeight = mFb->windowHeight(); in postWithOverlay() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DPointSpritesTest.cpp31 const int windowHeight = 256; member in PointSpritesTest
H A DClipDistanceTest.cpp2425 const int windowHeight = getWindowHeight(); in TEST_P() local
2677 const int windowHeight = getWindowHeight(); in TEST_P() local
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlaybackOverlayFragment.java320 public void onWindowSizeChanged(final int windowWidth, final int windowHeight) { in onWindowSizeChanged()
/aosp_15_r20/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/recents/
DRecentTasksViewModel.java105 public void init(int displayId, int windowWidth, int windowHeight, @NonNull Rect windowInsets, in init()
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DANGLEPerfTest.h178 EGLint windowHeight = 64; member
H A DDrawCallPerf.cpp464 unsigned int windowHeight) in ChangeScissorThenDraw()
/aosp_15_r20/external/deqp/modules/egl/
H A DteglCreateSurfaceTests.cpp205 EGLint windowHeight = 0; in executeForConfig() local
/aosp_15_r20/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java165 public void onConfigurationChanged(final int windowWidth, final int windowHeight) { in onConfigurationChanged()
/aosp_15_r20/hardware/google/gfxstream/host/tests/
DSampleApplication.cpp240 SampleApplication::SampleApplication(int windowWidth, int windowHeight, int refreshRate, GLESApi gl… in SampleApplication()

12345678