Searched defs:expectedHeight (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/ |
H A D | BatterySpecsTest.kt | 80 val expectedHeight = BATTERY_HEIGHT * 7.7f regex
|
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
H A D | NotificationShadeActivity.java | 106 private void updateState(int expectedHeight) { in updateState()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | QSFragmentTest.java | 336 int expectedHeight = top + height; in getQsMinExpansionHeight_inSplitShade_returnsAbsoluteBottomOfQSContainer() local 351 int expectedHeight = top + height; in getQsMinExpansionHeight_inSplitShade_returnsAbsoluteBottomExcludingTranslation() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | WalletScreenController.java | 299 int expectedHeight = mPrefs.getInt(PREFS_WALLET_VIEW_HEIGHT, -1); in getExpectedMinHeight() local
|
/aosp14/frameworks/base/media/tests/MtpTests/src/android/mtp/ |
H A D | MtpDatabaseTest.java | 168 private void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/ |
H A D | LetterboxEduWindowManagerTest.java | 396 int expectedWidth, int expectedHeight, int expectedExtraTopMargin, in verifyLayout()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutTest.java | 384 final float expectedHeight = 0f; in testSetExpandedHeight_listenerReceivedCallbacks() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest1.java | 1148 … protected void checkShrinkBitmap(int expectedWidth, int expectedHeight, int resId, int maxSize) { in checkShrinkBitmap()
|
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
H A D | ShortcutManagerTestUtils.java | 661 public static void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize()
|