Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A 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
/aosp12/frameworks/base/core/java/android/widget/
H A DTableRow.java397 public static class LayoutParams extends LinearLayout.LayoutParams { class in TableRow
420 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in TableRow.LayoutParams
442 public LayoutParams(int w, int h) { in LayoutParams() method in TableRow.LayoutParams
455 public LayoutParams(int w, int h, float initWeight) { in LayoutParams() method in TableRow.LayoutParams
466 public LayoutParams() { in LayoutParams() method in TableRow.LayoutParams
481 public LayoutParams(int column) { in LayoutParams() method in TableRow.LayoutParams
489 public LayoutParams(ViewGroup.LayoutParams p) { in LayoutParams() method in TableRow.LayoutParams
496 public LayoutParams(MarginLayoutParams source) { in LayoutParams() method in TableRow.LayoutParams
H A DFrameLayout.java429 public static class LayoutParams extends MarginLayoutParams { class in FrameLayout
451 public LayoutParams(@NonNull Context c, @Nullable AttributeSet attrs) { in LayoutParams() method in FrameLayout.LayoutParams
459 public LayoutParams(int width, int height) { in LayoutParams() method in FrameLayout.LayoutParams
475 public LayoutParams(int width, int height, int gravity) { in LayoutParams() method in FrameLayout.LayoutParams
480 public LayoutParams(@NonNull ViewGroup.LayoutParams source) { in LayoutParams() method in FrameLayout.LayoutParams
484 public LayoutParams(@NonNull ViewGroup.MarginLayoutParams source) { in LayoutParams() method in FrameLayout.LayoutParams
494 public LayoutParams(@NonNull LayoutParams source) { in LayoutParams() method in FrameLayout.LayoutParams
H A DAbsoluteLayout.java159 public static class LayoutParams extends ViewGroup.LayoutParams { class in AbsoluteLayout
182 public LayoutParams(int width, int height, int x, int y) { in LayoutParams() method in AbsoluteLayout.LayoutParams
204 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in AbsoluteLayout.LayoutParams
218 public LayoutParams(ViewGroup.LayoutParams source) { in LayoutParams() method in AbsoluteLayout.LayoutParams
H A DRadioGroup.java293 public static class LayoutParams extends LinearLayout.LayoutParams { class in RadioGroup
297 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in RadioGroup.LayoutParams
304 public LayoutParams(int w, int h) { in LayoutParams() method in RadioGroup.LayoutParams
311 public LayoutParams(int w, int h, float initWeight) { in LayoutParams() method in RadioGroup.LayoutParams
318 public LayoutParams(ViewGroup.LayoutParams p) { in LayoutParams() method in RadioGroup.LayoutParams
325 public LayoutParams(MarginLayoutParams source) { in LayoutParams() method in RadioGroup.LayoutParams
H A DTableLayout.java678 public static class LayoutParams extends LinearLayout.LayoutParams { class in TableLayout
682 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in TableLayout.LayoutParams
689 public LayoutParams(int w, int h) { in LayoutParams() method in TableLayout.LayoutParams
696 public LayoutParams(int w, int h, float initWeight) { in LayoutParams() method in TableLayout.LayoutParams
705 public LayoutParams() { in LayoutParams() method in TableLayout.LayoutParams
712 public LayoutParams(ViewGroup.LayoutParams p) { in LayoutParams() method in TableLayout.LayoutParams
720 public LayoutParams(MarginLayoutParams source) { in LayoutParams() method in TableLayout.LayoutParams
H A DActionMenuView.java799 public static class LayoutParams extends LinearLayout.LayoutParams { class in ActionMenuView
829 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in ActionMenuView.LayoutParams
833 public LayoutParams(ViewGroup.LayoutParams other) { in LayoutParams() method in ActionMenuView.LayoutParams
837 public LayoutParams(LayoutParams other) { in LayoutParams() method in ActionMenuView.LayoutParams
842 public LayoutParams(int width, int height) { in LayoutParams() method in ActionMenuView.LayoutParams
848 public LayoutParams(int width, int height, boolean isOverflowButton) { in LayoutParams() method in ActionMenuView.LayoutParams
H A DLinearLayout.java1982 public static class LayoutParams extends ViewGroup.MarginLayoutParams { class in LinearLayout
2022 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in LinearLayout.LayoutParams
2036 public LayoutParams(int width, int height) { in LayoutParams() method in LinearLayout.LayoutParams
2051 public LayoutParams(int width, int height, float weight) { in LayoutParams() method in LinearLayout.LayoutParams
2059 public LayoutParams(ViewGroup.LayoutParams p) { in LayoutParams() method in LinearLayout.LayoutParams
2066 public LayoutParams(ViewGroup.MarginLayoutParams source) { in LayoutParams() method in LinearLayout.LayoutParams
2076 public LayoutParams(LayoutParams source) { in LayoutParams() method in LinearLayout.LayoutParams
H A DToolbar.java2319 public static class LayoutParams extends ActionBar.LayoutParams { class in Toolbar
2326 public LayoutParams(@NonNull Context c, AttributeSet attrs) { in LayoutParams() method in Toolbar.LayoutParams
2330 public LayoutParams(int width, int height) { in LayoutParams() method in Toolbar.LayoutParams
2335 public LayoutParams(int width, int height, int gravity) { in LayoutParams() method in Toolbar.LayoutParams
2340 public LayoutParams(int gravity) { in LayoutParams() method in Toolbar.LayoutParams
2344 public LayoutParams(LayoutParams source) { in LayoutParams() method in Toolbar.LayoutParams
2350 public LayoutParams(ActionBar.LayoutParams source) { in LayoutParams() method in Toolbar.LayoutParams
2354 public LayoutParams(MarginLayoutParams source) { in LayoutParams() method in Toolbar.LayoutParams
2361 public LayoutParams(ViewGroup.LayoutParams source) { in LayoutParams() method in Toolbar.LayoutParams
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipper.java185 public static class LayoutParams extends FrameLayout.LayoutParams { class in KeyguardSecurityViewFlipper
192 public LayoutParams(ViewGroup.LayoutParams other) { in LayoutParams() method in KeyguardSecurityViewFlipper.LayoutParams
196 public LayoutParams(LayoutParams other) { in LayoutParams() method in KeyguardSecurityViewFlipper.LayoutParams
203 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in KeyguardSecurityViewFlipper.LayoutParams
/aosp12/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomLayout.java27 public static class LayoutParams extends ViewGroup.LayoutParams { class in CustomLayout
30 public LayoutParams(int left, int top, int right, int bottom) { in LayoutParams() method in CustomLayout.LayoutParams
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A 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
/aosp12/frameworks/base/core/java/android/preference/
H A DPreferenceFrameLayout.java137 public static class LayoutParams extends FrameLayout.LayoutParams { class in PreferenceFrameLayout
142 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in PreferenceFrameLayout.LayoutParams
156 public LayoutParams(int width, int height) { in LayoutParams() method in PreferenceFrameLayout.LayoutParams
/aosp12/frameworks/layoutlib/create/tests/res/mock_data/mock_android/widget/
H A DTableLayout.java23 public class LayoutParams extends MarginLayoutParams { class in TableLayout
H A DLinearLayout.java25 public class LayoutParams extends MarginLayoutParams { class in LinearLayout
/aosp12/packages/apps/Contacts/src/com/android/contacts/widget/
H A 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
/aosp12/frameworks/layoutlib/create/tests/res/mock_data/mock_android/view/
H A DViewGroup.java25 public class LayoutParams { class in ViewGroup
/aosp12/frameworks/base/core/java/android/app/
H A DActionBar.java1356 public static class LayoutParams extends ViewGroup.MarginLayoutParams { class in ActionBar
1383 public LayoutParams(@NonNull Context c, AttributeSet attrs) { in LayoutParams() method in ActionBar.LayoutParams
1394 public LayoutParams(int width, int height) { in LayoutParams() method in ActionBar.LayoutParams
1399 public LayoutParams(int width, int height, int gravity) { in LayoutParams() method in ActionBar.LayoutParams
1405 public LayoutParams(int gravity) { in LayoutParams() method in ActionBar.LayoutParams
1409 public LayoutParams(LayoutParams source) { in LayoutParams() method in ActionBar.LayoutParams
1414 public LayoutParams(ViewGroup.LayoutParams source) { in LayoutParams() method in ActionBar.LayoutParams
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthDialog.java70 class LayoutParams { class
74 LayoutParams(int mediumWidth, int mediumHeight) { in LayoutParams() method in AuthDialog.LayoutParams
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLinearLayout.java370 public static class LayoutParams extends MarginLayoutParams { class in MessagingLinearLayout
376 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in MessagingLinearLayout.LayoutParams
380 public LayoutParams(int width, int height) { in LayoutParams() method in MessagingLinearLayout.LayoutParams
H A DGridLayoutManager.java1007 public static class LayoutParams extends RecyclerView.LayoutParams { class in GridLayoutManager
1015 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in GridLayoutManager.LayoutParams
1019 public LayoutParams(int width, int height) { in LayoutParams() method in GridLayoutManager.LayoutParams
1023 public LayoutParams(ViewGroup.MarginLayoutParams source) { in LayoutParams() method in GridLayoutManager.LayoutParams
1027 public LayoutParams(ViewGroup.LayoutParams source) { in LayoutParams() method in GridLayoutManager.LayoutParams
1031 public LayoutParams(RecyclerView.LayoutParams source) { in LayoutParams() method in GridLayoutManager.LayoutParams
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowView.java223 class LayoutParams extends FrameLayout.LayoutParams { class in NotificationShadeWindowView
227 LayoutParams(int width, int height) { in LayoutParams() method in NotificationShadeWindowView.LayoutParams
231 LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in NotificationShadeWindowView.LayoutParams
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A 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
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DBaseDragLayer.java511 public static class LayoutParams extends InsettableFrameLayout.LayoutParams { class in BaseDragLayer
515 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in BaseDragLayer.LayoutParams
519 public LayoutParams(int width, int height) { in LayoutParams() method in BaseDragLayer.LayoutParams
523 public LayoutParams(ViewGroup.LayoutParams lp) { in LayoutParams() method in BaseDragLayer.LayoutParams
/aosp12/packages/apps/Gallery2/src/com/android/photos/views/
H A 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

12