Searched refs:origHeight (Results 1 – 2 of 2) sorted by relevance
498 int origHeight = mWallpaperSurface.getHeight(); in surfaceCreated() local501 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()
332 origHeight: Int, in <lambda>()339 val height = (origHeight * scale).toInt() in <lambda>()348 val top = (origHeight - height) / 2 in <lambda>()