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

  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 118 final ViewGroup cellLayout = (ViewGroup) cellLayoutChildren.getParent();
119 final Workspace workspace = (Workspace) cellLayout.getParent();
166 private CellLayout mCellLayout;
271 public void setCellLayout(CellLayout layout) {
310 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) getLayoutParams();
311 CellLayout layout = (CellLayout) getParent().getParent();
375 // Set cellLayout and this to it's final state to compute final animation locations
376 workspace.setFinalTransitionTransform((CellLayout) getParent().getParent())
    [all...]
Launcher.java 695 CellLayout cellLayout =
696 (CellLayout) mWorkspace.getChildAt(mPendingAddInfo.screen);
727 mWorkspace.animateWidgetDrop(mPendingAddInfo, cellLayout,
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FolderIcon.java 134 final ViewGroup cellLayout = (ViewGroup) cellLayoutChildren.getParent();
135 final Workspace workspace = (Workspace) cellLayout.getParent();
194 private CellLayout mCellLayout;
302 public void setCellLayout(CellLayout layout) {
341 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) getLayoutParams();
342 CellLayout layout = (CellLayout) getParent().getParent();
434 // Set cellLayout and this to it's final state to compute final animation locations
435 workspace.setFinalTransitionTransform((CellLayout) getParent().getParent())
    [all...]
Launcher.java 817 final CellLayout dropLayout = mWorkspace.getScreenWithId(mPendingAddInfo.screenId);
    [all...]
Workspace.java 141 private HashMap<Long, CellLayout> mWorkspaceScreens = new HashMap<Long, CellLayout>();
150 private CellLayout.CellInfo mDragInfo;
168 * The CellLayout that is currently being dragged over
170 private CellLayout mDragTargetLayout = null;
172 * The CellLayout that we will show as glowing
174 private CellLayout mDragOverlappingLayout = null;
177 * The CellLayout which will be dropped to
179 private CellLayout mDropToLayout = null;
367 CellLayout customScreen = getScreenWithId(CUSTOM_CONTENT_SCREEN_ID)
    [all...]

Completed in 527 milliseconds