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

  /frameworks/base/telephony/java/android/telephony/
CellInfo.java 28 public final class CellInfo implements Parcelable {
59 public CellInfo(int timeStampType, long timeStamp, long timingAdv,
80 public CellInfo(CellInfo ci) {
96 private CellInfo(Parcel in) {
206 public static final Creator<CellInfo> CREATOR =
207 new Creator<CellInfo>() {
209 public CellInfo createFromParcel(Parcel in) {
210 return new CellInfo(in);
214 public CellInfo[] newArray(int size)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 78 private final CellInfo mCellInfo = new CellInfo();
663 final CellInfo cellInfo = mCellInfo;
689 cellInfo.cell = child;
690 cellInfo.cellX = lp.cellX;
691 cellInfo.cellY = lp.cellY;
692 cellInfo.spanX = lp.cellHSpan;
693 cellInfo.spanY = lp.cellVSpan;
706 cellInfo.cell = null
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 476 milliseconds