Searched refs:TileAdapter (Results 1 – 4 of 4) sorted by relevance
55 TileAdapter mockAdapter = mock(TileAdapter.class); in testCompletionCalled()77 TileAdapter mockAdapter = mock(TileAdapter.class); in testCompletionCalledAfterTilesFetched()
40 private TileAdapter mTileAdapter;44 TestableLooper.get(this).runWithLooper(() -> mTileAdapter = new TileAdapter(mContext)); in setup()
69 private TileAdapter mTileAdapter;102 mTileAdapter = new TileAdapter(getContext()); in QSCustomizer()110 animator.setMoveDuration(TileAdapter.MOVE_DURATION); in QSCustomizer()
46 import com.android.systemui.qs.customize.TileAdapter.Holder;56 public class TileAdapter extends RecyclerView.Adapter<Holder> implements TileStateListener { class89 public TileAdapter(Context context) { in TileAdapter() method in TileAdapter