Searched defs:LayoutParams (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | InterpolatingLayout.java | 56 public final static class LayoutParams extends LinearLayout.LayoutParams { class in InterpolatingLayout 81 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in InterpolatingLayout.LayoutParams 147 public LayoutParams(int width, int height) { in LayoutParams() method in InterpolatingLayout.LayoutParams 151 public LayoutParams(MarginLayoutParams source) { in LayoutParams() method in InterpolatingLayout.LayoutParams
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | PagedViewGridLayout.java | 107 public static class LayoutParams extends FrameLayout.LayoutParams { class in PagedViewGridLayout 108 public LayoutParams(int width, int height) { in LayoutParams() method in PagedViewGridLayout.LayoutParams
|
D | PagedViewCellLayout.java | 400 public static class LayoutParams extends ViewGroup.MarginLayoutParams { class in PagedViewCellLayout 440 public LayoutParams() { in LayoutParams() method in PagedViewCellLayout.LayoutParams 446 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in PagedViewCellLayout.LayoutParams 452 public LayoutParams(ViewGroup.LayoutParams source) { in LayoutParams() method in PagedViewCellLayout.LayoutParams 458 public LayoutParams(LayoutParams source) { in LayoutParams() method in PagedViewCellLayout.LayoutParams 466 public LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) { in LayoutParams() method in PagedViewCellLayout.LayoutParams
|
D | DragLayer.java | 243 public static class LayoutParams extends FrameLayout.LayoutParams { class in DragLayer 250 public LayoutParams(int width, int height) { in LayoutParams() method in DragLayer.LayoutParams
|
D | CellLayout.java | 1805 public static class LayoutParams extends ViewGroup.MarginLayoutParams { class 1845 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in LayoutParams 1851 public LayoutParams(ViewGroup.LayoutParams source) { in LayoutParams() method in LayoutParams 1857 public LayoutParams(LayoutParams source) { in LayoutParams() method in LayoutParams 1865 public LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) { in LayoutParams() method in LayoutParams
|