Searched refs:PagedViewCellLayout (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | PagedViewCellLayoutChildren.java | 92 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()
|
D | PagedViewCellLayout.java | 34 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 113 PagedViewCellLayout.LayoutParams params) { in addViewToCellLayout() 114 final PagedViewCellLayout.LayoutParams lp = params; in addViewToCellLayout() 320 … PagedViewCellLayout.LayoutParams lp = (PagedViewCellLayout.LayoutParams) child.getLayoutParams(); in onDragChild() 386 return new PagedViewCellLayout.LayoutParams(getContext(), attrs); in generateLayoutParams() 391 return p instanceof PagedViewCellLayout.LayoutParams; in checkLayoutParams() 396 return new PagedViewCellLayout.LayoutParams(p); in generateLayoutParams()
|
D | AppsCustomizePagedView.java | 280 private PagedViewCellLayout mWidgetSpacingLayout; 354 mWidgetSpacingLayout = new PagedViewCellLayout(getContext()); in AppsCustomizePagedView() 391 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(currentPage); in getMiddleComponentIndexOnCurrentPage() 1039 private void setupPage(PagedViewCellLayout layout) { in setupPage() 1062 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(page); in syncAppsPageItems() 1080 layout.addViewToCellLayout(icon, -1, i, new PagedViewCellLayout.LayoutParams(x,y, 1,1)); in syncAppsPageItems() 1571 PagedViewCellLayout layout = new PagedViewCellLayout(context); in syncPages()
|
D | AppsCustomizeTabHost.java | 254 if (child instanceof PagedViewCellLayout) { in onTabChanged() 255 ((PagedViewCellLayout) child).resetChildrenOnKeyListeners(); in onTabChanged()
|
D | FocusHelper.java | 123 if (page instanceof PagedViewCellLayout) { in getAppsCustomizePage() 287 countX = ((PagedViewCellLayout) parentLayout).getCellCountX(); in handleAppsCustomizeKeyEvent() 288 countY = ((PagedViewCellLayout) parentLayout).getCellCountY(); in handleAppsCustomizeKeyEvent()
|