OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
80
private final
CellInfo
mCellInfo = new
CellInfo
();
711
final
CellInfo
cellInfo
= mCellInfo;
737
cellInfo
.cell = child;
738
cellInfo
.cellX = lp.cellX;
739
cellInfo
.cellY = lp.cellY;
740
cellInfo
.spanX = lp.cellHSpan;
741
cellInfo
.spanY = lp.cellVSpan;
754
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 32 milliseconds