/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
|
/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/Settings/src/com/android/settings/widget/ |
D | MatchParentShrinkingLinearLayout.java | 1472 public static class LayoutParams extends MarginLayoutParams { class in MatchParentShrinkingLinearLayout 1508 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams 1524 public LayoutParams(int width, int height) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams 1539 public LayoutParams(int width, int height, float weight) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams 1547 public LayoutParams(ViewGroup.LayoutParams p) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams 1554 public LayoutParams(MarginLayoutParams source) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams 1564 public LayoutParams(LayoutParams source) { in LayoutParams() method in MatchParentShrinkingLinearLayout.LayoutParams
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | BaseDragLayer.java | 521 public static class LayoutParams extends InsettableFrameLayout.LayoutParams { class in BaseDragLayer 525 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in BaseDragLayer.LayoutParams 529 public LayoutParams(int width, int height) { in LayoutParams() method in BaseDragLayer.LayoutParams 533 public LayoutParams(ViewGroup.LayoutParams lp) { in LayoutParams() method in BaseDragLayer.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
|