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

  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 86 final CellLayout cellLayout = (CellLayout) itemContainer.getParent();
87 final int countX = cellLayout.getCountX();
88 final int countY = cellLayout.getCountY();
91 final FolderPagedView pagedView = (FolderPagedView) cellLayout.getParent();
93 final int pageIndex = pagedView.indexOfChild(cellLayout);
97 int[][] matrix = FocusLogic.createSparseMatrix(cellLayout);
113 int row = ((CellLayout.LayoutParams) v.getLayoutParams()).cellY;
150 child = cellLayout.getChildAt(0, 0)
    [all...]
FolderIcon.java 138 final ViewGroup cellLayout = (ViewGroup) cellLayoutChildren.getParent();
139 final Workspace workspace = (Workspace) cellLayout.getParent();
198 @Thunk CellLayout mCellLayout;
305 public void setCellLayout(CellLayout layout) {
344 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) getLayoutParams();
345 CellLayout layout = (CellLayout) getParent().getParent();
437 // Set cellLayout and this to it's final state to compute final animation locations
438 workspace.setFinalTransitionTransform((CellLayout) getParent().getParent())
    [all...]
Workspace.java 120 @Thunk LongArrayMap<CellLayout> mWorkspaceScreens = new LongArrayMap<>();
130 private CellLayout.CellInfo mDragInfo;
148 * The CellLayout that is currently being dragged over
150 @Thunk CellLayout mDragTargetLayout = null;
152 * The CellLayout that we will show as glowing
154 private CellLayout mDragOverlappingLayout = null;
157 * The CellLayout which will be dropped to
159 private CellLayout mDropToLayout = null;
327 CellLayout customScreen = getScreenWithId(CUSTOM_CONTENT_SCREEN_ID);
342 CellLayout cl = (CellLayout) getChildAt(numCustomPages())
    [all...]
Launcher.java 807 final CellLayout dropLayout = mWorkspace.getScreenWithId(mPendingAddInfo.screenId);
    [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 248 milliseconds