Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPhotoStoreTest.java129 int expectedHeight) throws IOException { in runStorageTestForResource()
159 int expectedHeight) throws IOException { in runStorageTestForResourceWithCrop()
/packages/apps/TV/tests/unit/src/com/android/tv/util/images/
DScaledBitmapInfoTest.java69 int expectedHeight, in assertScaledBitmapSize()
/packages/apps/Contacts/tests/src/com/android/contacts/util/
DBitmapUtilTests.java99 private void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize()
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewController.java333 int expectedHeight = mPrefs.getInt(PREFS_WALLET_VIEW_HEIGHT, -1); in getExpectedMinHeight() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.kt770 val expectedHeight: Int in <lambda>() constant