Searched refs:diffHeight (Results 1 – 2 of 2) sorted by relevance
356 final int diffHeight = wallpaperFrame.height() - lastWallpaperBounds.height(); in updateWallpaperOffset() local358 && Math.abs(diffWidth) > 1 && Math.abs(diffHeight) > 1) { in updateWallpaperOffset()409 offset = diffHeight > 0 ? -(int) (diffHeight * wpy + .5f) : 0; in updateWallpaperOffset()
693 final float diffHeight = tempEnd.height() - tempStart.height(); in moveSurface() local702 final int height = (int) (tempStart.height() + scale * diffHeight); in moveSurface()