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

  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 122 private CellLayout.CellInfo mDragInfo;
130 * The CellLayout that is currently being dragged over
132 private CellLayout mDragTargetLayout = null;
182 // Camera and Matrix used to determine the final position of a neighboring CellLayout
286 while (CellLayout.widthInPortrait(res, cellCountX + 1) <= smallestScreenDim) {
291 while (actionBarHeight + CellLayout.heightInLandscape(res, cellCountY + 1)
321 CellLayout cl = (CellLayout) getChildAt(i);
391 if (!(child instanceof CellLayout)) {
392 throw new IllegalArgumentException("A Workspace can only have CellLayout children.")
    [all...]
AppWidgetResizeFrame.java 21 private CellLayout mCellLayout;
70 LauncherAppWidgetHostView widgetView, CellLayout cellLayout, DragLayer dragLayer) {
75 mCellLayout = cellLayout;
164 * of the CellLayout, and such that the frame's borders can't cross.
237 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) mWidgetView.getLayoutParams();
293 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) mWidgetView.getLayoutParams();
319 // We need to make sure the frame stays within the bounds of the CellLayout
    [all...]
DragLayer.java 320 CellLayout cellLayout) {
322 itemInfo, widget, cellLayout, this);
356 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams();
FolderIcon.java 106 final ViewGroup cellLayout = (ViewGroup) cellLayoutChildren.getParent();
107 final Workspace workspace = (Workspace) cellLayout.getParent();
154 private CellLayout mCellLayout;
255 public void setCellLayout(CellLayout layout) {
287 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) getLayoutParams();
288 CellLayout layout = (CellLayout) getParent().getParent();
340 // Set cellLayout and this to it's final state to compute final animation locations
341 workspace.setFinalTransitionTransform((CellLayout) getParent().getParent())
    [all...]
Folder.java 71 protected CellLayout mContent;
148 mContent = (CellLayout) findViewById(R.id.folder_content);
518 CellLayout.LayoutParams lp =
519 new CellLayout.LayoutParams(item.cellX, item.cellY, item.spanX, item.spanY);
760 CellLayout currentPage = mLauncher.getWorkspace().getCurrentDropLayout();
837 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) v.getLayoutParams();
    [all...]

Completed in 20 milliseconds