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

  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 105 final CellLayout cellLayout = (CellLayout) itemContainer.getParent();
108 final FolderPagedView pagedView = (FolderPagedView) cellLayout.getParent();
110 final int pageIndex = pagedView.indexOfChild(cellLayout);
114 int[][] matrix = FocusLogic.createSparseMatrix(cellLayout);
130 int row = ((CellLayout.LayoutParams) v.getLayoutParams()).cellY;
169 child = cellLayout.getChildAt(0, 0);
219 final CellLayout hotseatLayout = (CellLayout) hotseatParent.getParent()
    [all...]
Workspace.java 129 @Thunk LongArrayMap<CellLayout> mWorkspaceScreens = new LongArrayMap<>();
138 private CellLayout.CellInfo mDragInfo;
153 * The CellLayout that is currently being dragged over
155 @Thunk CellLayout mDragTargetLayout = null;
157 * The CellLayout that we will show as highlighted
159 private CellLayout mDragOverlappingLayout = null;
162 * The CellLayout which will be dropped to
164 private CellLayout mDropToLayout = null;
365 CellLayout customScreen = getScreenWithId(CUSTOM_CONTENT_SCREEN_ID);
385 CellLayout cl = (CellLayout) getChildAt(numCustomPages())
    [all...]
Launcher.java     [all...]
  /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 721 CellLayout cellLayout =
722 (CellLayout) mWorkspace.getChildAt(mPendingAddInfo.screen);
753 mWorkspace.animateWidgetDrop(mPendingAddInfo, cellLayout,
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 176 milliseconds