Searched refs:NowOrLaterWrapper (Results 1 – 2 of 2) sorted by relevance
21 public abstract class NowOrLaterWrapper<A, B> implements NowOrLater<B> { class25 public NowOrLaterWrapper(NowOrLater<A> wrapped) { in NowOrLaterWrapper() method in NowOrLaterWrapper
23 import com.android.quicksearchbox.util.NowOrLaterWrapper;70 return new NowOrLaterWrapper<Drawable.ConstantState, Drawable>(drawableState){ in getIcon()