Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInsettableFrameLayout.java70 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/
DLineWrapLayout.java203 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/
DInterpolatingLayout.java56 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/
DMatchParentShrinkingLinearLayout.java1471 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/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java519 public static class LayoutParams extends InsettableFrameLayout.LayoutParams { class in BaseDragLayer
523 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in BaseDragLayer.LayoutParams
527 public LayoutParams(int width, int height) { in LayoutParams() method in BaseDragLayer.LayoutParams
531 public LayoutParams(ViewGroup.LayoutParams lp) { in LayoutParams() method in BaseDragLayer.LayoutParams
/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java697 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