OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:estimateItemPosition
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java
361
Rect r =
estimateItemPosition
(cl, itemInfo, 0, 0, hSpan, vSpan);
375
public Rect
estimateItemPosition
(CellLayout cl, ItemInfo pendingInfo,
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java
366
Rect r =
estimateItemPosition
(cl, 0, 0, itemInfo.spanX, itemInfo.spanY);
381
public Rect
estimateItemPosition
(CellLayout cl, int hCell, int vCell, int hSpan, int vSpan) {
[
all
...]
Completed in 70 milliseconds