HomeSort by relevance Sort by last modified time
    Searched refs:WRAP_CONTENT (Results 251 - 275 of 521) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSDualTileLabel.java 94 new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT);
  /frameworks/support/design/src/android/support/design/widget/
BottomNavigationView.java 113 ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT);
HeaderScrollingViewBehavior.java 56 || childLpHeight == ViewGroup.LayoutParams.WRAP_CONTENT) {
57 // If the menu's height is set to match_parent/wrap_content then measure it
  /frameworks/support/fragment/java/android/support/v4/app/
ListFragment.java 108 ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT));
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ShadowOverlayContainer.java 289 // Uses MATCH_PARENT for MATCH_PARENT, WRAP_CONTENT for WRAP_CONTENT and fixed size,
292 LayoutParams.MATCH_PARENT : LayoutParams.WRAP_CONTENT;
294 LayoutParams.MATCH_PARENT : LayoutParams.WRAP_CONTENT;
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
WrapContentBasicTest.java 186 return new RecyclerView.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,
187 ViewGroup.LayoutParams.WRAP_CONTENT);
  /packages/apps/Messaging/src/com/android/messaging/ui/
ViewPagerTabs.java 129 new FrameLayout.LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.MATCH_PARENT));
181 mTabStrip.addView(textView, new LinearLayout.LayoutParams(LayoutParams.WRAP_CONTENT,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyPreviewChoreographer.java 111 ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 523 PhotoTable.this.addView(photo, new LayoutParams(LayoutParams.WRAP_CONTENT,
524 LayoutParams.WRAP_CONTENT));
569 table.addView(photo, new LayoutParams(LayoutParams.WRAP_CONTENT,
570 LayoutParams.WRAP_CONTENT));
886 mBackground.addView(photo, new LayoutParams(LayoutParams.WRAP_CONTENT,
887 LayoutParams.WRAP_CONTENT));
893 mStageLeft.addView(photo, new LayoutParams(LayoutParams.WRAP_CONTENT,
894 LayoutParams.WRAP_CONTENT));
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TabWidgetTest.java 247 assertEquals(defaultLayoutParam.height, LayoutParams.WRAP_CONTENT);
250 assertEquals(defaultLayoutParam.height, LayoutParams.WRAP_CONTENT);
251 assertEquals(defaultLayoutParam.width, LayoutParams.WRAP_CONTENT);
  /frameworks/base/core/java/android/widget/
TableLayout.java 56 * is {@link android.widget.TableLayout.LayoutParams#WRAP_CONTENT}. If the child
58 * {@link android.widget.TableLayout.LayoutParams#WRAP_CONTENT}.</p>
503 layoutParams.height = LayoutParams.WRAP_CONTENT;
643 * and a height of {@link android.view.ViewGroup.LayoutParams#WRAP_CONTENT}.
674 * {@link #WRAP_CONTENT}, but only if the height is not specified.</p>
702 * {@link android.view.ViewGroup.LayoutParams#WRAP_CONTENT}.</p>
705 super(MATCH_PARENT, WRAP_CONTENT);
726 * {@link android.view.ViewGroup.LayoutParams#WRAP_CONTENT} if no layout
740 this.height = WRAP_CONTENT;
ZoomButtonsController.java 242 LayoutParams lp = new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT);
249 lp.height = LayoutParams.WRAP_CONTENT;
  /development/apps/Development/src/com/android/development/
Details.java 112 ViewGroup.LayoutParams.WRAP_CONTENT, 0);
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 90 AbsListView.LayoutParams.WRAP_CONTENT));
  /frameworks/base/core/java/android/preference/
EditTextPreference.java 137 ViewGroup.LayoutParams.WRAP_CONTENT);
  /frameworks/base/core/java/com/android/internal/widget/
TextProgressBar.java 40 * {@link android.view.ViewGroup.LayoutParams#WRAP_CONTENT}, then the
91 mChronometerFollow = (params.width == ViewGroup.LayoutParams.WRAP_CONTENT);
  /frameworks/base/core/tests/coretests/src/android/util/
ScrollViewScenario.java 64 * A negative height ratio means that WRAP_CONTENT will be used as height
253 int height = ViewGroup.LayoutParams.WRAP_CONTENT;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarIconController.java 209 ViewGroup.LayoutParams.WRAP_CONTENT, mIconSize);
216 ViewGroup.LayoutParams.WRAP_CONTENT, mIconSize));
585 ViewGroup.LayoutParams.WRAP_CONTENT, mIconSize);
592 ViewGroup.LayoutParams.WRAP_CONTENT, mIconSize);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
HardwareCanvasSurfaceViewActivity.java 79 LinearLayout.LayoutParams.WRAP_CONTENT);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
YearPickerView.java 57 LayoutParams.WRAP_CONTENT);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatSpinner.java 247 LayoutParams.WRAP_CONTENT);
568 LayoutParams.WRAP_CONTENT,
569 LayoutParams.WRAP_CONTENT));
755 if (mDropDownWidth == WRAP_CONTENT) {
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteActionProvider.java 258 ViewGroup.LayoutParams.WRAP_CONTENT,
MediaRouteDialogHelper.java 54 return ViewGroup.LayoutParams.WRAP_CONTENT;
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 679 return new LayoutParams(LayoutParams.WRAP_CONTENT);
734 "impossible! Falling back to WRAP_CONTENT");
735 this.height = WRAP_CONTENT;
749 "impossible! Falling back to WRAP_CONTENT");
750 this.height = WRAP_CONTENT;
768 "impossible! Falling back to WRAP_CONTENT");
769 this.height = WRAP_CONTENT;
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ShareIntentFragment.java 72 // provide width and height of WRAP_CONTENT, but this is not desirable for
79 ViewGroup.LayoutParams.WRAP_CONTENT);

Completed in 2226 milliseconds

<<11121314151617181920>>