Searched refs:SVELTE_DISABLE_LOADING (Results 1 – 2 of 2) sorted by relevance
193 if (config.svelteLevel < RecentsConfiguration.SVELTE_DISABLE_LOADING) { in run()428 if (config.svelteLevel < RecentsConfiguration.SVELTE_DISABLE_LOADING && loadIfNotCached) { in getAndUpdateThumbnail()
51 public static final int SVELTE_DISABLE_LOADING = 3; field in RecentsConfiguration