Home
last modified time | relevance | path

Searched defs:CellLayoutLayoutParams (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DCellLayoutLayoutParams.java30 public class CellLayoutLayoutParams extends ViewGroup.MarginLayoutParams { class
80 public CellLayoutLayoutParams(Context c, AttributeSet attrs) { in CellLayoutLayoutParams() method in CellLayoutLayoutParams
86 public CellLayoutLayoutParams(ViewGroup.LayoutParams source) { in CellLayoutLayoutParams() method in CellLayoutLayoutParams
92 public CellLayoutLayoutParams(CellLayoutLayoutParams source) { in CellLayoutLayoutParams() method in CellLayoutLayoutParams
103 public CellLayoutLayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) { in CellLayoutLayoutParams() method in CellLayoutLayoutParams