Searched refs:Prioritized (Results 1 – 3 of 3) sorted by relevance
6 import com.bumptech.glide.load.engine.executor.Prioritized;26 class EngineRunnable implements Runnable, Prioritized {
67 if (!(runnable instanceof Prioritized)) { in LoadTask()71 priority = ((Prioritized) runnable).getPriority(); in LoadTask()
7 public interface Prioritized { interface