Home
last modified time | relevance | path

Searched defs:expectedHeight (Results 1 – 12 of 12) sorted by relevance

/frameworks/libs/systemui/weathereffects/graphics/tests/src/com/google/android/wallpaper/weathereffects/graphics/
DFrameBufferTest.kt38 val expectedHeight = 1 in onImageReady_invokesCallback() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/
DBatterySpecsTest.kt80 val expectedHeight = BATTERY_HEIGHT * 7.7f in getMainBatteryHeight_shieldTrue_returnsNotFullHeight() constant
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt229 val expectedHeight = in testBubbleBarExpandedViewHeightAndWidth() constant
255 val expectedHeight = spaceBetweenTopInsetAndBubbleBarInLandscape - 2 * expandedViewSpacing in testBubbleBarExpandedViewHeightAndWidth_screenWidthTooSmall() constant
349 val expectedHeight = in testGetMaxExpandedViewHeight_onLargeTablet() constant
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DNotificationShadeActivity.java106 private void updateState(int expectedHeight) { in updateState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSImplTest.java362 int expectedHeight = top + height; in getQsMinExpansionHeight_inSplitShade_returnsAbsoluteBottomOfQSContainer() local
376 int expectedHeight = top + height; in getQsMinExpansionHeight_inSplitShade_returnsAbsoluteBottomExcludingTranslation() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletScreenController.java299 int expectedHeight = mPrefs.getInt(PREFS_WALLET_VIEW_HEIGHT, -1); in getExpectedMinHeight() local
/frameworks/av/services/camera/libcameraservice/tests/
DDepthProcessorTest.cpp249 size_t expectedHeight = kTestBufferHeight; 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/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/
DLetterboxEduWindowManagerTest.java396 int expectedWidth, int expectedHeight, int expectedExtraTopMargin, in verifyLayout()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java350 final float expectedHeight = 0f; in testSetExpandedHeight_listenerReceivedCallbacks() 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()