Home
last modified time | relevance | path

Searched refs:ApplicationsStackLayout (Results 1 – 2 of 2) sorted by relevance

/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java61 public class ApplicationsStackLayout extends ViewGroup implements View.OnClickListener { class
86 public ApplicationsStackLayout(Context context) { in ApplicationsStackLayout() method in ApplicationsStackLayout
91 public ApplicationsStackLayout(Context context, AttributeSet attrs) { in ApplicationsStackLayout() method in ApplicationsStackLayout
95 context.obtainStyledAttributes(attrs, R.styleable.ApplicationsStackLayout); in ApplicationsStackLayout()
DHome.java119 private ApplicationsStackLayout mApplicationsStack;
220 mApplicationsStack = (ApplicationsStackLayout) findViewById(R.id.faves_and_recents); in bindApplications()