Searched refs:RecentsImplementation (Results 1 – 7 of 7) sorted by relevance
65 public static RecentsImplementation provideRecentsImpl(Context context, in provideRecentsImpl()71 RecentsImplementation impl = componentHelper.resolveRecents(clsName); in provideRecentsImpl()81 impl = (RecentsImplementation) cls.newInstance(); in provideRecentsImpl()94 public abstract RecentsImplementation bindOverviewProxyRecentsImpl( in bindOverviewProxyRecentsImpl()
39 private final RecentsImplementation mImpl;42 public Recents(Context context, RecentsImplementation impl, CommandQueue commandQueue) { in Recents()
26 public interface RecentsImplementation { interface
35 public class OverviewProxyRecentsImpl implements RecentsImplementation {
23 import com.android.systemui.recents.RecentsImplementation;37 private final Map<Class<?>, Provider<RecentsImplementation>> mRecentsCreators;43 Map<Class<?>, Provider<RecentsImplementation>> recentsCreators, in ContextComponentResolver()71 public RecentsImplementation resolveRecents(String className) { in resolveRecents()
23 import com.android.systemui.recents.RecentsImplementation;33 RecentsImplementation resolveRecents(String className); in resolveRecents()
49 import com.android.systemui.recents.RecentsImplementation;193 static Recents provideRecents(Context context, RecentsImplementation recentsImplementation, in provideRecents()