Home
last modified time | relevance | path

Searched defs:expectedWidth (Results 1 – 10 of 10) sorted by relevance

/frameworks/libs/systemui/weathereffects/graphics/tests/src/com/google/android/wallpaper/weathereffects/graphics/
DFrameBufferTest.kt37 val expectedWidth = 1 in onImageReady_invokesCallback() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/
DBatterySpecsTest.kt98 val expectedWidth = BATTERY_WIDTH * 0.6f in getMainBatteryWidth_shieldTrue_returnsNotFullWidth() constant
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt231 val expectedWidth = resources.getDimensionPixelSize(R.dimen.bubble_bar_expanded_view_width) in testBubbleBarExpandedViewHeightAndWidth() constant
256 val expectedWidth = screenWidth - 15 /* horizontal insets */ - 2 * expandedViewSpacing in testBubbleBarExpandedViewHeightAndWidth_screenWidthTooSmall() constant
/frameworks/av/services/camera/libcameraservice/tests/
DDepthProcessorTest.cpp248 size_t expectedWidth = kTestBufferWidth; in TEST() local
/frameworks/base/media/tests/MtpTests/src/android/mtp/
DMtpDatabaseTest.java168 private void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWallpaperControllerTests.java145 int expectedWidth = (int) (wallpaperWidth * layoutScale + .5f); in testWallpaperSizeWithFixedTransform() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/
DLetterboxEduWindowManagerTest.java396 int expectedWidth, int expectedHeight, int expectedExtraTopMargin, in verifyLayout()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/wallpaper/
DWallpaperCropperTest.java235 int expectedWidth = (int) (displaySize.x * (1 + WallpaperCropper.MAX_PARALLAX)); in testGetAdjustedCrop_tooMuchParallax() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java1199 … protected void checkShrinkBitmap(int expectedWidth, int expectedHeight, int resId, int maxSize) { in checkShrinkBitmap()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java661 public static void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize()