OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GridLayout
(Results
1 - 23
of
23
) sorted by null
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar
/external/chromium_org/ui/views/layout/
grid_layout.h
16
//
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 {
72
// An enumeration of the possible alignments supported by
GridLayout
.
102
explicit
GridLayout
(View* host);
103
virtual ~
GridLayout
();
105
// Creates a
GridLayout
with kPanel*Margin insets
[
all
...]
grid_layout.cc
158
Column(
GridLayout
::Alignment h_align,
159
GridLayout
::Alignment v_align,
161
GridLayout
::SizeType size_type,
179
GridLayout
::Alignment h_align() { return h_align_; }
180
GridLayout
::Alignment v_align() { return v_align_; }
186
friend class
GridLayout
;
196
const
GridLayout
::Alignment h_align_;
197
const
GridLayout
::Alignment v_align_;
198
const
GridLayout
::SizeType size_type_;
223
if (size_type_ ==
GridLayout
::FIXED)
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
GridLayoutTest.java
28
import android.widget.
GridLayout
;
34
import static android.widget.
GridLayout
.spec;
37
* Test {@link android.widget.
GridLayout
}.
130
new
GridLayout
(mContext);
132
new
GridLayout
(mContext, null);
136
new
GridLayout
(mContext, attrs);
139
new
GridLayout
(null, null);
146
GridLayout
gridLayout
= new
GridLayout
(mContext)
[
all
...]
/frameworks/base/core/java/android/widget/
GridLayout.java
58
* through {@code N} inclusive. Regardless of how
GridLayout
is
66
* by their {@link
GridLayout
.LayoutParams#rowSpec rowSpec} and
67
* {@link
GridLayout
.LayoutParams#columnSpec columnSpec} layout parameters.
70
* Although cells do not normally overlap in a
GridLayout
,
GridLayout
does
78
* wishes to occupy,
GridLayout
assigns cell locations automatically using its:
79
* {@link
GridLayout
#setOrientation(int) orientation},
80
* {@link
GridLayout
#setRowCount(int) rowCount} and
81
* {@link
GridLayout
#setColumnCount(int) columnCount} properties.
94
* {@link
GridLayout
#setUseDefaultMargins(boolean) useDefaultMargins
[
all
...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java
37
import android.support.v7.
gridlayout
.R;
59
* through {@code N} inclusive. Regardless of how
GridLayout
is
67
* by their {@link
GridLayout
.LayoutParams#rowSpec rowSpec} and
68
* {@link
GridLayout
.LayoutParams#columnSpec columnSpec} layout parameters.
71
* Although cells do not normally overlap in a
GridLayout
,
GridLayout
does
79
* wishes to occupy,
GridLayout
assigns cell locations automatically using its:
80
* {@link
GridLayout
#setOrientation(int) orientation},
81
* {@link
GridLayout
#setRowCount(int) rowCount} and
82
* {@link
GridLayout
#setColumnCount(int) columnCount} properties
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py
922
class
GridLayout
(object): pass
923
class HorizontalGrid(
GridLayout
): pass
924
class VerticalGrid(
GridLayout
): pass
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py
922
class
GridLayout
(object): pass
923
class HorizontalGrid(
GridLayout
): pass
924
class VerticalGrid(
GridLayout
): pass
[
all
...]
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar
/prebuilts/tools/darwin-x86/swt/
swt.jar
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
/prebuilts/tools/linux-x86/swt/
swt.jar
/prebuilts/tools/linux-x86_64/swt/
swt.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
/prebuilts/tools/windows/swt/
swt.jar
/prebuilts/tools/windows-x86_64/swt/
swt.jar
Completed in 530 milliseconds