Searched defs:PagedViewCellLayout (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayout.java34 public class PagedViewCellLayout extends ViewGroup implements Page { class in inherits:ViewGroup,Page
35 static final String TAG = "PagedViewCellLayout";
50 public PagedViewCellLayout(Context context) { method in class:PagedViewCellLayout
54 public PagedViewCellLayout(Context context, AttributeSet attrs) { method in class:PagedViewCellLayout
58 public PagedViewCellLayout(Context context, AttributeSet attrs, int defStyle) { method in class:PagedViewCellLayout
102 PagedViewCellLayout.LayoutParams params) {
103 final PagedViewCellLayout.LayoutParams lp = params;
309 PagedViewCellLayout.LayoutParams lp = (PagedViewCellLayout.LayoutParams) child.getLayoutParams();
375 return new PagedViewCellLayout
[all...]

Completed in 43 milliseconds