Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWallpaperController.java356 final int diffHeight = wallpaperFrame.height() - lastWallpaperBounds.height(); in updateWallpaperOffset() local
358 && Math.abs(diffWidth) > 1 && Math.abs(diffHeight) > 1) { in updateWallpaperOffset()
409 offset = diffHeight > 0 ? -(int) (diffHeight * wpy + .5f) : 0; in updateWallpaperOffset()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java693 final float diffHeight = tempEnd.height() - tempStart.height(); in moveSurface() local
702 final int height = (int) (tempStart.height() + scale * diffHeight); in moveSurface()