Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWorkspaceSurfaceHolderCallback.java61 private Surface mLastSurface; field in WorkspaceSurfaceHolderCallback
118 if (mPreviewUtils.supportsPreview() && mLastSurface != holder.getSurface()) { in surfaceCreated()
119 mLastSurface = holder.getSurface(); in surfaceCreated()
157 if ((mShouldUseWallpaperColors && !mIsWallpaperColorsReady) || mLastSurface == null) { in maybeRenderPreview()
163 if (result != null && mLastSurface != null) { in maybeRenderPreview()
238 mLastSurface = null; in resetLastSurface()
DImagePreviewFragment.java467 private Surface mLastSurface; field in ImagePreviewFragment.WallpaperSurfaceCallback
474 if (context == null || activity == null || mLastSurface == holder.getSurface()) { in surfaceCreated()
478 mLastSurface = holder.getSurface(); in surfaceCreated()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperSurfaceCallback2.java61 private Surface mLastSurface; field in WallpaperSurfaceCallback2
106 if (mLastSurface != holder.getSurface()) { in surfaceCreated()
107 mLastSurface = holder.getSurface(); in surfaceCreated()
DWallpaperSurfaceCallback.java62 private Surface mLastSurface; field in WallpaperSurfaceCallback
117 if (mLastSurface != holder.getSurface()) { in surfaceCreated()
118 mLastSurface = holder.getSurface(); in surfaceCreated()