Searched defs:GridLayout (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/views/layout/
H A Dgrid_layout.h16 // GridLayout is a LayoutManager that positions child Views in a grid. You
47 // If the View using GridLayout is given a size bigger than the preferred,
53 // GridLayout allows you to define multiple column sets. When you start a
56 // GridLayout allows you to force columns to have the same width. This is
59 // AddView takes care of adding the View to the View the GridLayout was
70 class VIEWS_EXPORT GridLayout : public LayoutManager { class in namespace:views
72 // An enumeration of the possible alignments supported by GridLayout.
102 explicit GridLayout(View* host);
103 virtual ~GridLayout();
105 // Creates a GridLayout wit
[all...]
H A Dgrid_layout.cc159 Column(GridLayout::Alignment h_align,
160 GridLayout::Alignment v_align,
162 GridLayout::SizeType size_type,
178 GridLayout::Alignment h_align() { return h_align_; }
179 GridLayout::Alignment v_align() { return v_align_; }
185 friend class GridLayout;
195 const GridLayout::Alignment h_align_;
196 const GridLayout::Alignment v_align_;
197 const GridLayout::SizeType size_type_;
219 if (size_type_ == GridLayout
653 GridLayout::GridLayout(View* host) function in class:views::GridLayout
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 751 milliseconds