use of com.android.settings.dashboard.SupportItemAdapter.ViewHolder in project android_packages_apps_Settings by LineageOS.
the class DashboardItemAnimatorTest method SetUp.
@Before
public void SetUp() {
final Context context = ShadowApplication.getInstance().getApplicationContext();
mDashboardItemAnimator = new DashboardItemAnimator();
mViewHolder = new ViewHolder(new TextView(context));
mViewHolder.itemView.setTag(new Tile());
}
Aggregations