Home
last modified time | relevance | path

Searched refs:WRAP_CONTENT (Results 1 – 25 of 198) sorted by relevance

12345678

/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/dagger/
DRegisteredComplicationsModule.java67 ViewGroup.LayoutParams.WRAP_CONTENT, in provideClockTimeLayoutParams()
74 ViewGroup.LayoutParams.WRAP_CONTENT, in provideClockTimeLayoutParams()
89 ViewGroup.LayoutParams.WRAP_CONTENT, in provideHomeControlsChipLayoutParams()
90 ViewGroup.LayoutParams.WRAP_CONTENT, in provideHomeControlsChipLayoutParams()
104 ViewGroup.LayoutParams.WRAP_CONTENT, in provideMediaEntryLayoutParams()
105 ViewGroup.LayoutParams.WRAP_CONTENT, in provideMediaEntryLayoutParams()
119 ViewGroup.LayoutParams.WRAP_CONTENT, in provideSmartspaceLayoutParams()
120 ViewGroup.LayoutParams.WRAP_CONTENT, in provideSmartspaceLayoutParams()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DStretchShaderActivity.java245 LinearLayout.LayoutParams.WRAP_CONTENT, in onCreate()
246 LinearLayout.LayoutParams.WRAP_CONTENT in onCreate()
251 ViewGroup.LayoutParams.WRAP_CONTENT in onCreate()
257 LinearLayout.LayoutParams.WRAP_CONTENT, in onCreate()
258 LinearLayout.LayoutParams.WRAP_CONTENT in onCreate()
263 ViewGroup.LayoutParams.WRAP_CONTENT in onCreate()
269 LinearLayout.LayoutParams.WRAP_CONTENT, in onCreate()
270 LinearLayout.LayoutParams.WRAP_CONTENT in onCreate()
276 ViewGroup.LayoutParams.WRAP_CONTENT in onCreate()
281 LinearLayout.LayoutParams.WRAP_CONTENT, in onCreate()
[all …]
DDisplayListLayersActivity.java33 import static android.view.ViewGroup.LayoutParams.WRAP_CONTENT;
45 WRAP_CONTENT, WRAP_CONTENT); in onCreate()
47 WRAP_CONTENT, WRAP_CONTENT); in onCreate()
48 addChild(root, createButton(root), WRAP_CONTENT, WRAP_CONTENT); in onCreate()
DPictureCaptureDemo.java58 new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT)); in onCreate()
73 inner.addView(iv1, new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT)); in onCreate()
79 inner.addView(iv2, new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT)); in onCreate()
85 new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT)); in onCreate()
88 new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT)); in onCreate()
DTextGammaActivity.java42 LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.WRAP_CONTENT in onCreate()
59 LinearLayout.LayoutParams.WRAP_CONTENT, in onCreate()
60 LinearLayout.LayoutParams.WRAP_CONTENT in onCreate()
93 LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.WRAP_CONTENT in onCreate()
DGlyphCacheActivity.java44 layout.setLayoutParams(new LayoutParams(LayoutParams.WRAP_CONTENT, in onCreate()
45 ViewGroup.LayoutParams.WRAP_CONTENT)); in onCreate()
59 textview.setLayoutParams(new LayoutParams(LayoutParams.WRAP_CONTENT, in createTextView()
60 ViewGroup.LayoutParams.WRAP_CONTENT)); in createTextView()
DTextureViewActivity.java92 FrameLayout.LayoutParams.WRAP_CONTENT, FrameLayout.LayoutParams.WRAP_CONTENT, in onCreate()
95 FrameLayout.LayoutParams.WRAP_CONTENT, FrameLayout.LayoutParams.WRAP_CONTENT, in onCreate()
DNinePatchesActivity.java33 b.setLayoutParams(new FrameLayout.LayoutParams(FrameLayout.LayoutParams.WRAP_CONTENT, in onCreate()
34 FrameLayout.LayoutParams.WRAP_CONTENT, Gravity.CENTER)); in onCreate()
DTimeDialogActivity.java35 b.setLayoutParams(new FrameLayout.LayoutParams(FrameLayout.LayoutParams.WRAP_CONTENT, in onCreate()
36 FrameLayout.LayoutParams.WRAP_CONTENT, Gravity.CENTER)); in onCreate()
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DDelayedTransition.java50 LayoutParams.WRAP_CONTENT)); in onCreate()
52 button2.setLayoutParams(new LayoutParams(LayoutParams.WRAP_CONTENT, in onCreate()
56 button1.setLayoutParams(new LayoutParams(LayoutParams.WRAP_CONTENT, in onCreate()
57 LayoutParams.WRAP_CONTENT)); in onCreate()
59 button2.setLayoutParams(new LayoutParams(LayoutParams.WRAP_CONTENT, in onCreate()
60 LayoutParams.WRAP_CONTENT)); in onCreate()
/frameworks/base/core/tests/coretests/src/android/view/
DCreateViewTest.java20 import static android.view.ViewGroup.LayoutParams.WRAP_CONTENT;
87 vert.addView(text, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0)); in testLayout5()
96 vert.addView(one, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0)); in testLayout6()
100 vert.addView(two, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0)); in testLayout6()
104 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0)); in testLayout6()
108 vert.addView(four, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0)); in testLayout6()
112 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0)); in testLayout6()
116 vert.addView(six, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0)); in testLayout6()
/frameworks/base/tests/UpdatableSystemFontTest/EmojiRenderingTestApp/src/com/android/emojirenderingtestapp/
DEmojiRenderingTestActivity.java20 import static android.view.ViewGroup.LayoutParams.WRAP_CONTENT;
40 container.addView(emojiTextView, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT)); in onCreate()
44 container.addView(serifTextView, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT)); in onCreate()
DGetAvailableFontsTestActivity.java20 import static android.view.ViewGroup.LayoutParams.WRAP_CONTENT;
50 container.addView(textView, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT)); in onCreate()
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
DLinearLayoutTest.java25 import static android.widget.LinearLayout.LayoutParams.WRAP_CONTENT;
36 LayoutParams lp = new LayoutParams(WRAP_CONTENT, WRAP_CONTENT); in create()
/frameworks/base/packages/SystemUI/screenshot/src/com/android/systemui/testing/screenshot/
DViewScreenshotTestRule.kt26 import android.view.ViewGroup.LayoutParams.WRAP_CONTENT in <lambda>()
164 WrapContent(LayoutParams(WRAP_CONTENT, WRAP_CONTENT)), in <lambda>()
166 MatchWidth(LayoutParams(MATCH_PARENT, WRAP_CONTENT)), in <lambda>()
167 MatchHeight(LayoutParams(WRAP_CONTENT, MATCH_PARENT)), in <lambda>()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DVerticalFocusSearch.java106 ViewGroup.LayoutParams.WRAP_CONTENT)); in makeWide()
123 ViewGroup.LayoutParams.WRAP_CONTENT, in addSkinny()
130 ViewGroup.LayoutParams.WRAP_CONTENT, in addSkinny()
137 ViewGroup.LayoutParams.WRAP_CONTENT)); in addSkinny()
DHorizontalFocusSearch.java97 ViewGroup.LayoutParams.WRAP_CONTENT, in makeTall()
106 ViewGroup.LayoutParams.WRAP_CONTENT, in addShort()
113 ViewGroup.LayoutParams.WRAP_CONTENT, in addShort()
120 ViewGroup.LayoutParams.WRAP_CONTENT, in addShort()
DGoneParentFocusedChild.java73 ViewGroup.LayoutParams.WRAP_CONTENT, in onCreate()
74 ViewGroup.LayoutParams.WRAP_CONTENT)); in onCreate()
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DEffectsTest.java184 LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT)); in set()
188 LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT)); in set()
192 LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT)); in set()
196 LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT)); in set()
200 LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT)); in set()
204 LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT)); in set()
/frameworks/base/core/java/com/android/internal/widget/
DScrollingTabContainerView.java82 addView(mTabLayout, new ViewGroup.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, in ScrollingTabContainerView()
152 addView(mTabSpinner, new ViewGroup.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, in performCollapse()
170 addView(mTabLayout, new ViewGroup.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, in performExpand()
204 LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.MATCH_PARENT)); in createTabLayout()
212 LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.MATCH_PARENT)); in createSpinner()
449 LayoutParams lp = new LayoutParams(LayoutParams.WRAP_CONTENT, in update()
450 LayoutParams.WRAP_CONTENT); in update()
469 LayoutParams lp = new LayoutParams(LayoutParams.WRAP_CONTENT, in update()
470 LayoutParams.WRAP_CONTENT); in update()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManagerTest.java19 import static android.view.ViewGroup.LayoutParams.WRAP_CONTENT;
104 .thenReturn(new ViewGroup.LayoutParams(WRAP_CONTENT, WRAP_CONTENT)); in setUp()
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
DSurfaceCompositionMeasuringActivity.java304 ViewGroup.LayoutParams.WRAP_CONTENT, in onCreate()
305 ViewGroup.LayoutParams.WRAP_CONTENT)); in onCreate()
312 ViewGroup.LayoutParams.WRAP_CONTENT, in onCreate()
313 ViewGroup.LayoutParams.WRAP_CONTENT)); in onCreate()
319 ViewGroup.LayoutParams.WRAP_CONTENT, in onCreate()
320 ViewGroup.LayoutParams.WRAP_CONTENT)); in onCreate()
358 ViewGroup.LayoutParams.WRAP_CONTENT, in createButton()
359 ViewGroup.LayoutParams.WRAP_CONTENT)); in createButton()
/frameworks/base/core/tests/coretests/src/com/android/internal/view/
DScrollViewCaptureHelperTest.java20 import static android.view.ViewGroup.LayoutParams.WRAP_CONTENT;
50 scrollView.addView(content, new ViewGroup.LayoutParams(MATCH_PARENT, WRAP_CONTENT)); in createScrollableContent()
/frameworks/base/core/tests/coretests/src/android/widget/
DDateTimeViewTest.java56 dateTimeView.setLayoutParams(new ViewGroup.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, in noChangeInRelativeText_doesNotTriggerRelayout()
57 ViewGroup.LayoutParams.WRAP_CONTENT)); in noChangeInRelativeText_doesNotTriggerRelayout()
/frameworks/base/core/tests/coretests/src/android/util/
DListItemFactory.java161 ViewGroup.LayoutParams.WRAP_CONTENT); in button()
201 ViewGroup.LayoutParams.WRAP_CONTENT); in text()
253 ViewGroup.LayoutParams.WRAP_CONTENT, 1.0f); in doubleText()
262 ViewGroup.LayoutParams.WRAP_CONTENT, in doubleText()

12345678