HomeSort by relevance Sort by last modified time
    Searched defs:cellInfo (Results 1 - 3 of 3) 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...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 55 milliseconds