use of com.android.settings.dashboard.SupportItemAdapter.ViewHolder in project android_packages_apps_Settings by omnirom.
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());
}
use of com.android.settings.dashboard.SupportItemAdapter.ViewHolder in project android_packages_apps_Settings by crdroidandroid.
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());
}
use of com.android.settings.dashboard.SupportItemAdapter.ViewHolder in project android_packages_apps_Settings by SudaMod.
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());
}
use of com.android.settings.dashboard.SupportItemAdapter.ViewHolder in project android_packages_apps_Settings by DirtyUnicorns.
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());
}
use of com.android.settings.dashboard.SupportItemAdapter.ViewHolder in project platform_packages_apps_Settings by BlissRoms.
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