Searched defs:cellLayout (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher/src/com/android/launcher/ |
D | Workspace.java | 833 final CellLayout cellLayout = getCurrentDropLayout(); in onDrop() local 872 private void onDropExternal(int x, int y, Object dragInfo, CellLayout cellLayout) { in onDropExternal() 876 private void onDropExternal(int x, int y, Object dragInfo, CellLayout cellLayout, in onDropExternal() 1000 final CellLayout cellLayout = (CellLayout) getChildAt(mDragInfo.screen); in onDropCompleted() local 1007 final CellLayout cellLayout = (CellLayout) getChildAt(mDragInfo.screen); in onDropCompleted() local
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Workspace.java | 1028 final CellLayout cellLayout = getCurrentDropLayout(); in onDrop() local 1067 private void onDropExternal(int x, int y, Object dragInfo, CellLayout cellLayout) { in onDropExternal() 1071 private void onDropExternal(int x, int y, Object dragInfo, CellLayout cellLayout, in onDropExternal() 1198 final CellLayout cellLayout = (CellLayout) getChildAt(mDragInfo.screen); in onDropCompleted() local 1207 final CellLayout cellLayout = (CellLayout) getChildAt(mDragInfo.screen); in onDropCompleted() local
|