Searched refs:mColorFuture (Results 1 – 4 of 4) sorted by relevance
71 private final Future<ColorInfo> mColorFuture; field in WallpaperSurfaceCallback296 mColorFuture = colorFuture; in WallpaperSurfaceCallback2()178 if (mColorFuture != null && mColorFuture.isDone()) { in getPlaceHolderColor()180 ColorInfo colorInfo = mColorFuture.get(); in getPlaceHolderColor()
73 private final Future<ColorInfo> mColorFuture; field in WallpaperSurfaceCallback102 mColorFuture = colorFuture; in WallpaperSurfaceCallback()183 if (mColorFuture != null && mColorFuture.isDone()) { in setupSurfaceWallpaper()185 ColorInfo colorInfo = mColorFuture.get(); in setupSurfaceWallpaper()
116 protected Future<ColorInfo> mColorFuture; field in ImagePreviewFragment133 mColorFuture = mWallpaper.computeColorInfo(context); in onCreate()530 if (mColorFuture.isDone()) { in surfaceCreated()532 int colorValue = mColorFuture.get().getPlaceholderColor(); in surfaceCreated()
105 private Future<ColorInfo> mColorFuture; field in LivePreviewFragment145 mColorFuture = mWallpaper.computeColorInfo(context); in onCreate()218 mColorFuture, this::previewLiveWallpaper); in onCreateView()552 return mColorFuture.get(50, TimeUnit.MILLISECONDS);