Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWallpaperController.java355 final int diffWidth = wallpaperFrame.width() - lastWallpaperBounds.width(); in updateWallpaperOffset() local
358 && Math.abs(diffWidth) > 1 && Math.abs(diffHeight) > 1) { in updateWallpaperOffset()
384 int availw = diffWidth; in updateWallpaperOffset()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java692 final float diffWidth = tempEnd.width() - tempStart.width(); in moveSurface() local
701 final int width = (int) (tempStart.width() + scale * diffWidth); in moveSurface()