/packages/apps/Launcher3/src/com/android/launcher3/ |
D | InsettableFrameLayout.java | 70 public static class LayoutParams extends FrameLayout.LayoutParams { class in InsettableFrameLayout 73 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in InsettableFrameLayout.LayoutParams 82 public LayoutParams(int width, int height) { in LayoutParams() method in InsettableFrameLayout.LayoutParams 86 public LayoutParams(ViewGroup.LayoutParams lp) { in LayoutParams() method in InsettableFrameLayout.LayoutParams
|
D | CellLayout.java | 2586 public static class LayoutParams extends ViewGroup.MarginLayoutParams { class in CellLayout 2647 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in CellLayout.LayoutParams 2653 public LayoutParams(ViewGroup.LayoutParams source) { in LayoutParams() method in CellLayout.LayoutParams 2659 public LayoutParams(LayoutParams source) { in LayoutParams() method in CellLayout.LayoutParams 2667 public LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) { in LayoutParams() method in CellLayout.LayoutParams
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | LineWrapLayout.java | 203 public static final class LayoutParams extends FrameLayout.LayoutParams { class in LineWrapLayout 204 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in LineWrapLayout.LayoutParams 208 public LayoutParams(int width, int height) { in LayoutParams() method in LineWrapLayout.LayoutParams 212 public LayoutParams(ViewGroup.LayoutParams source) { in LayoutParams() method in LineWrapLayout.LayoutParams
|
/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/Launcher3/src/com/android/launcher3/views/ |
D | BaseDragLayer.java | 496 public static class LayoutParams extends InsettableFrameLayout.LayoutParams { class in BaseDragLayer 500 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in BaseDragLayer.LayoutParams 504 public LayoutParams(int width, int height) { in LayoutParams() method in BaseDragLayer.LayoutParams 508 public LayoutParams(ViewGroup.LayoutParams lp) { in LayoutParams() method in BaseDragLayer.LayoutParams
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | MatchParentShrinkingLinearLayout.java | 1471 public static class LayoutParams extends MarginLayoutParams { class in MatchParentShrinkingLinearLayout 1507 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams 1523 public LayoutParams(int width, int height) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams 1538 public LayoutParams(int width, int height, float weight) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams 1546 public LayoutParams(ViewGroup.LayoutParams p) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams 1553 public LayoutParams(MarginLayoutParams source) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams 1563 public LayoutParams(LayoutParams source) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | MatchParentShrinkingLinearLayout.java | 1471 public static class LayoutParams extends MarginLayoutParams { class in MatchParentShrinkingLinearLayout 1507 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams 1523 public LayoutParams(int width, int height) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams 1538 public LayoutParams(int width, int height, float weight) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams 1546 public LayoutParams(ViewGroup.LayoutParams p) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams 1553 public LayoutParams(MarginLayoutParams source) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams 1563 public LayoutParams(LayoutParams source) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | GalleryThumbnailView.java | 697 public static class LayoutParams extends ViewGroup.LayoutParams { class in GalleryThumbnailView 729 public LayoutParams(int height) { in LayoutParams() method in GalleryThumbnailView.LayoutParams 739 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in GalleryThumbnailView.LayoutParams 758 public LayoutParams(ViewGroup.LayoutParams other) { in LayoutParams() method in GalleryThumbnailView.LayoutParams
|