Home
last modified time | relevance | path

Searched refs:outSize (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/model/
DGridBackupTableTest.java71 Point outSize = new Point(); in backupTableRestored() local
72 assertEquals(4, backupTable.getRestoreHotseatAndGridSize(outSize)); in backupTableRestored()
73 assertEquals(4, outSize.x); in backupTableRestored()
74 assertEquals(4, outSize.y); in backupTableRestored()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperCropActivity.java338 Point outSize = WallpaperUtils.getDefaultWallpaperSize(getResources(), in cropImageAndSetWallpaper() local
341 inSize.x, inSize.y, outSize.x, outSize.y, false); in cropImageAndSetWallpaper()
348 outSize.x, outSize.y, onEndCrop); in cropImageAndSetWallpaper()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterTinyPlanet.java71 Bitmap bitmapIn, int width, int height, Bitmap bitmapOut, int outSize, float scale, in nativeApplyFilter() argument