Home
last modified time | relevance | path

Searched refs:origHeight (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DImagePreviewFragment.java498 int origHeight = mWallpaperSurface.getHeight(); in surfaceCreated() local
501 int scaledOrigHeight = origHeight; in surfaceCreated()
508 origHeight * Math.max(1, (float) maxDisplaysDimen.y / mScreenSize.y)); in surfaceCreated()
513 int top = (origHeight - height) / 2; in surfaceCreated()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/
DFullWallpaperPreviewBinder.kt332 origHeight: Int, in <lambda>()
339 val height = (origHeight * scale).toInt() in <lambda>()
348 val top = (origHeight - height) / 2 in <lambda>()