Searched refs:mEmptyAlbumToast (Results 1 – 1 of 1) sorted by relevance
214 WeakReference<Toast> mEmptyAlbumToast = null; field in AlbumSetPage218 if (mEmptyAlbumToast != null) { in showEmptyAlbumToast()219 toast = mEmptyAlbumToast.get(); in showEmptyAlbumToast()226 mEmptyAlbumToast = new WeakReference<Toast>(toast); in showEmptyAlbumToast()231 if (mEmptyAlbumToast != null) { in hideEmptyAlbumToast()232 Toast toast = mEmptyAlbumToast.get(); in hideEmptyAlbumToast()