Home
last modified time | relevance | path

Searched refs:AppGridAdapter (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppGridRecyclerView.java33 import com.android.car.carlauncher.recyclerview.AppGridAdapter;
46 private AppGridAdapter mAdapter;
59 if (!(adapter instanceof AppGridAdapter)) { in setAdapter()
62 mAdapter = (AppGridAdapter) adapter; in setAdapter()
76 AppGridAdapter adapter = (AppGridAdapter) getAdapter(); in focusSearch()
DAppGridActivity.java72 import com.android.car.carlauncher.recyclerview.AppGridAdapter;
99 AppGridAdapter.AppGridAdapterListener {
109 private AppGridAdapter mAdapter;
264 mAdapter = new AppGridAdapter(this, mNumOfCols, mNumOfRows, in onCreate()
/packages/apps/Car/Launcher/libs/appgrid/lib/tests/src/com/android/car/carlauncher/
DAppGridAdapterTest.java32 import com.android.car.carlauncher.recyclerview.AppGridAdapter;
47 public AppGridAdapter mTestAppGridAdapter;
60 mTestAppGridAdapter = new AppGridAdapter(mMockContext, numOfCols, numOfRows, in testPageRounding_getItemCount_getPageCount()
88 mTestAppGridAdapter = new AppGridAdapter(mMockContext, numOfCols, numOfRows, in testPageRounding_getItemCount_getPageCount()
117 mTestAppGridAdapter = new AppGridAdapter(mMockContext, numOfCols, numOfRows, in updatePageScrollDestination_testLeftScrollDestinations()
152 mTestAppGridAdapter = new AppGridAdapter(mMockContext, numOfCols, numOfRows, in updatePageScrollDestination_testRightScrollDestinations()
195 mTestAppGridAdapter = new AppGridAdapter(mMockContext, numOfCols, numOfRows, in getNextRotaryFocus_testLeftRightRotations()
248 mTestAppGridAdapter = new AppGridAdapter(mMockContext, numOfCols, numOfRows, in getNextRotaryFocus_testInvalidRotation()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppGridAdapter.java48 public class AppGridAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder> { class
74 public AppGridAdapter(Context context, int numOfCols, int numOfRows, in AppGridAdapter() method in AppGridAdapter
83 public AppGridAdapter(Context context, int numOfCols, int numOfRows, in AppGridAdapter() method in AppGridAdapter
92 public AppGridAdapter(Context context, int numOfCols, int numOfRows, in AppGridAdapter() method in AppGridAdapter
109 public AppGridAdapter(Context context, int numOfCols, int numOfRows, in AppGridAdapter() method in AppGridAdapter