Searched refs:ApplicationsStackLayout (Results 1 – 2 of 2) sorted by relevance
61 public class ApplicationsStackLayout extends ViewGroup implements View.OnClickListener { class86 public ApplicationsStackLayout(Context context) { in ApplicationsStackLayout() method in ApplicationsStackLayout91 public ApplicationsStackLayout(Context context, AttributeSet attrs) { in ApplicationsStackLayout() method in ApplicationsStackLayout95 context.obtainStyledAttributes(attrs, R.styleable.ApplicationsStackLayout); in ApplicationsStackLayout()
119 private ApplicationsStackLayout mApplicationsStack;220 mApplicationsStack = (ApplicationsStackLayout) findViewById(R.id.faves_and_recents); in bindApplications()