HomeSort by relevance Sort by last modified time
    Searched refs:ApplicationsStackLayout (Results 1 - 2 of 2) sorted by null

  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 34 * The ApplicationsStackLayout is a specialized layout used for the purpose of the home screen
61 public class ApplicationsStackLayout extends ViewGroup implements View.OnClickListener {
86 public ApplicationsStackLayout(Context context) {
91 public ApplicationsStackLayout(Context context, AttributeSet attrs) {
95 context.obtainStyledAttributes(attrs, R.styleable.ApplicationsStackLayout);
171 throw new IllegalStateException("ApplicationsStackLayout can only be used with "
Home.java 119 private ApplicationsStackLayout mApplicationsStack;
220 mApplicationsStack = (ApplicationsStackLayout) findViewById(R.id.faves_and_recents);

Completed in 66 milliseconds