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

  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 79 private final CellInfo mCellInfo = new CellInfo();
712 final CellInfo cellInfo = mCellInfo;
738 cellInfo.cell = child;
739 cellInfo.cellX = lp.cellX;
740 cellInfo.cellY = lp.cellY;
741 cellInfo.spanX = lp.cellHSpan;
742 cellInfo.spanY = lp.cellVSpan;
755 cellInfo.cell = null
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 81 private final CellInfo mCellInfo = new CellInfo();
698 final CellInfo cellInfo = mCellInfo;
724 cellInfo.cell = child;
725 cellInfo.cellX = lp.cellX;
726 cellInfo.cellY = lp.cellY;
727 cellInfo.spanX = lp.cellHSpan;
728 cellInfo.spanY = lp.cellVSpan;
741 cellInfo.cell = null
    [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 89 milliseconds