Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DNoBackupImageWallpaper.java148 int mLastSurfaceWidth = -1, mLastSurfaceHeight = -1; field in NoBackupImageWallpaper.DrawableEngine
347 mLastSurfaceWidth = mLastSurfaceHeight = -1; in onSurfaceDestroyed()
361 mLastSurfaceWidth = mLastSurfaceHeight = -1; in onSurfaceCreated()
429 boolean surfaceDimensionsChanged = dw != mLastSurfaceWidth in drawFrame()
480 mLastSurfaceWidth = dw; in drawFrame()
645 out.print(mLastSurfaceWidth); in dump()