Home
last modified time | relevance | path

Searched refs:PagedViewCellLayout (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java34 public class PagedViewCellLayout extends ViewGroup implements Page { class
50 public PagedViewCellLayout(Context context) { in PagedViewCellLayout() method in PagedViewCellLayout
54 public PagedViewCellLayout(Context context, AttributeSet attrs) { in PagedViewCellLayout() method in PagedViewCellLayout
58 public PagedViewCellLayout(Context context, AttributeSet attrs, int defStyle) { in PagedViewCellLayout() method in PagedViewCellLayout
102 PagedViewCellLayout.LayoutParams params) { in addViewToCellLayout()
103 final PagedViewCellLayout.LayoutParams lp = params; in addViewToCellLayout()
309PagedViewCellLayout.LayoutParams lp = (PagedViewCellLayout.LayoutParams) child.getLayoutParams(); in onDragChild()
375 return new PagedViewCellLayout.LayoutParams(getContext(), attrs); in generateLayoutParams()
380 return p instanceof PagedViewCellLayout.LayoutParams; in checkLayoutParams()
385 return new PagedViewCellLayout.LayoutParams(p); in generateLayoutParams()
DPagedViewCellLayoutChildren.java92 PagedViewCellLayout.LayoutParams lp = in onMeasure()
93 (PagedViewCellLayout.LayoutParams) child.getLayoutParams(); in onMeasure()
121 PagedViewCellLayout.LayoutParams lp = in onLayout()
122 (PagedViewCellLayout.LayoutParams) child.getLayoutParams(); in onLayout()
134 PagedViewCellLayout.LayoutParams lp = in onLayout()
135 (PagedViewCellLayout.LayoutParams) child.getLayoutParams(); in onLayout()
DAppsCustomizePagedView.java193 private PagedViewCellLayout mWidgetSpacingLayout;
272 mWidgetSpacingLayout = new PagedViewCellLayout(getContext()); in AppsCustomizePagedView()
301 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(currentPage); in getMiddleComponentIndexOnCurrentPage()
999 private void setupPage(PagedViewCellLayout layout) { in setupPage()
1023 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(page); in syncAppsPageItems()
1044 layout.addViewToCellLayout(icon, -1, i, new PagedViewCellLayout.LayoutParams(x,y, 1,1)); in syncAppsPageItems()
1345 PagedViewCellLayout layout = new PagedViewCellLayout(context); in syncPages()
DAppsCustomizeTabHost.java244 if (child instanceof PagedViewCellLayout) { in onTabChanged()
245 ((PagedViewCellLayout) child).resetChildrenOnKeyListeners(); in onTabChanged()
DFocusHelper.java123 if (page instanceof PagedViewCellLayout) { in getAppsCustomizePage()
287 countX = ((PagedViewCellLayout) parentLayout).getCellCountX(); in handleAppsCustomizeKeyEvent()
288 countY = ((PagedViewCellLayout) parentLayout).getCellCountY(); in handleAppsCustomizeKeyEvent()
DWidgetPreviewLoader.java116 private PagedViewCellLayout mWidgetSpacingLayout;
184 PagedViewCellLayout widgetSpacingLayout) { in setPreviewSize()