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 131 final ViewGroup cellLayout = (ViewGroup) cellLayoutChildren.getParent();
132 final Workspace workspace = (Workspace) cellLayout.getParent();
190 private CellLayout mCellLayout;
298 public void setCellLayout(CellLayout layout) {
337 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) getLayoutParams();
338 CellLayout layout = (CellLayout) getParent().getParent();
424 // Set cellLayout and this to it's final state to compute final animation locations
425 workspace.setFinalTransitionTransform((CellLayout) getParent().getParent())
    [all...]
Workspace.java 129 private HashMap<Long, CellLayout> mWorkspaceScreens = new HashMap<Long, CellLayout>();
137 private CellLayout.CellInfo mDragInfo;
155 * The CellLayout that is currently being dragged over
157 private CellLayout mDragTargetLayout = null;
159 * The CellLayout that we will show as glowing
161 private CellLayout mDragOverlappingLayout = null;
164 * The CellLayout which will be dropped to
166 private CellLayout mDropToLayout = null;
343 CellLayout customScreen = getScreenWithId(CUSTOM_CONTENT_SCREEN_ID)
    [all...]
Launcher.java 830 final CellLayout dropLayout =
831 (CellLayout) mWorkspace.getScreenWithId(mPendingAddInfo.screenId);
    [all...]

Completed in 191 milliseconds