HomeSort by relevance Sort by last modified time
    Searched refs:WRAP_CONTENT (Results 401 - 425 of 513) sorted by null

<<11121314151617181920>>

  /packages/apps/Dialer/src/com/android/dialer/list/
SpeedDialFragment.java 282 params.height = visible ? LayoutParams.WRAP_CONTENT : LayoutParams.MATCH_PARENT;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorChanSat.java 186 ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT);
EditorVignette.java 205 ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT);
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 706 return new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT);
771 /* Allow the height to be set as WRAP_CONTENT. This allows the particular case
773 * is still not allowed to be set as WRAP_CONTENT since many parts of the code expect
781 // unless they were set to WRAP_CONTENT
800 if (lp.width == LayoutParams.WRAP_CONTENT) {
806 if (lp.height == LayoutParams.WRAP_CONTENT) {
    [all...]
DragLayer.java 444 return new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListFragment.java 179 // provide width and height of WRAP_CONTENT, but this is not desirable for
187 ViewGroup.LayoutParams.WRAP_CONTENT);
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
CalendarViewLegacyDelegate.java     [all...]
Gallery.java 355 return new Gallery.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,
356 ViewGroup.LayoutParams.WRAP_CONTENT);
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java 694 params.height = WindowManager.LayoutParams.WRAP_CONTENT;
725 params.height = WindowManager.LayoutParams.WRAP_CONTENT;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java 503 ViewGroup.LayoutParams.WRAP_CONTENT);
509 assertEquals(ViewGroup.LayoutParams.WRAP_CONTENT, res.height);
    [all...]
GridViewTest.java 780 AbsListView.LayoutParams.WRAP_CONTENT,
781 AbsListView.LayoutParams.WRAP_CONTENT);
  /frameworks/base/core/java/android/view/
WindowManager.java     [all...]
ViewGroup.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
Resources_Delegate.java 508 } else if (v.equals(BridgeConstants.WRAP_CONTENT)) {
509 return LayoutParams.WRAP_CONTENT;
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java 274 LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT);
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
AppBarLayout.java 84 * android:layout_height=&quot;wrap_content&quot;
310 return new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GridLayoutManager.java 227 return new LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,
231 ViewGroup.LayoutParams.WRAP_CONTENT);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetPage.java 372 RelativeLayout.LayoutParams.WRAP_CONTENT,
373 RelativeLayout.LayoutParams.WRAP_CONTENT);
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java 639 p.width = ViewGroup.LayoutParams.WRAP_CONTENT;
640 p.height = ViewGroup.LayoutParams.WRAP_CONTENT;
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 460 ActionBar.LayoutParams.WRAP_CONTENT,
461 ActionBar.LayoutParams.WRAP_CONTENT,
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 625 container.measure(ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 463 ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java 489 * User-specified row height/column width. Can be WRAP_CONTENT.
751 * Set the row height. May be WRAP_CONTENT, or a size in pixels.
754 if (height >= 0 || height == ViewGroup.LayoutParams.WRAP_CONTENT) {
948 return new LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,
949 ViewGroup.LayoutParams.WRAP_CONTENT);
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 21 import static android.view.ViewGroup.LayoutParams.WRAP_CONTENT;
789 int width = WRAP_CONTENT;
807 lp = new ViewGroup.LayoutParams(WRAP_CONTENT, WRAP_CONTENT);
850 width, WRAP_CONTENT,
    [all...]

Completed in 666 milliseconds

<<11121314151617181920>>