Home
last modified time | relevance | path

Searched refs:expectedHeight (Results 1 – 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPhotoStoreTest.java128 int expectedHeight) throws IOException { in runStorageTestForResource() argument
148 assertEquals(expectedWidth + "/" + expectedHeight, c.getInt(0) + "/" + c.getInt(1)); in runStorageTestForResource()
158 int expectedHeight) throws IOException { in runStorageTestForResourceWithCrop() argument
169 assertEquals(expectedWidth + "/" + expectedHeight, c.getInt(0) + "/" + c.getInt(1)); in runStorageTestForResourceWithCrop()
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewController.java332 int expectedHeight = mPrefs.getInt(PREFS_WALLET_VIEW_HEIGHT, -1); in getExpectedMinHeight() local
333 if (expectedHeight == -1) { in getExpectedMinHeight()
335 expectedHeight = res.getDimensionPixelSize(R.dimen.min_wallet_empty_height); in getExpectedMinHeight()
337 return expectedHeight; in getExpectedMinHeight()
/packages/apps/TV/tests/unit/src/com/android/tv/util/images/
DScaledBitmapInfoTest.java69 int expectedHeight, in assertScaledBitmapSize() argument
77 .isEqualTo(expectedHeight); in assertScaledBitmapSize()
/packages/apps/Contacts/tests/src/com/android/contacts/util/
DBitmapUtilTests.java98 private void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize() argument
100 assertEquals(expectedHeight, bitmap.getHeight()); in assertBitmapSize()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java865 int expectedHeight; in getExpectedViewHeight() local
868 expectedHeight = h; in getExpectedViewHeight()
872 expectedHeight = view.getMeasuredHeight(); in getExpectedViewHeight()
874 return expectedHeight; in getExpectedViewHeight()