Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DNoBackupImageWallpaper.java264 int surfaceWidth = Math.max(displaySize.x, mBackgroundWidth); in updateSurfaceSize() local
271 surfaceHolder.setFixedSize(surfaceWidth, surfaceHeight); in updateSurfaceSize()
272 mLastRequestedWidth = surfaceWidth; in updateSurfaceSize()