OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gridlayout
(Results
51 - 75
of
454
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion11.txt
18
<
GridLayout
></
GridLayout
>
completion1-expected-completion12.txt
18
<
GridLayout
></
GridLayout
>
completion9-expected-completion64.txt
18
<
GridLayout
></
GridLayout
>
sample1a-expected-gridLayout1.xml
2
<
GridLayout
xmlns:android="http://schemas.android.com/apk/res/android"
61
</
GridLayout
sample5-expected-gridLayout5.xml
2
<
GridLayout
xmlns:android="http://schemas.android.com/apk/res/android"
51
</
GridLayout
/development/samples/ApiDemos/src/com/example/android/apis/view/
GridLayout3.java
28
import static android.widget.
GridLayout
.*;
29
import static android.widget.
GridLayout
.LayoutParams;
32
* A form, showing use of the
GridLayout
API. Here we demonstrate use of the row/column order
40
GridLayout
p = new
GridLayout
(context);
GridLayout2.java
25
* A form, showing use of the
GridLayout
API from XML.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltip.java
28
import org.eclipse.swt.layout.
GridLayout
;
53
GridLayout
gridLayout
= new
GridLayout
(2, false);
54
setLayout(
gridLayout
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
SupportLibraryHelper.java
40
* (for example) a backport of
GridLayout
, which must be used as a library
44
* {@code <
GridLayout
>} into {@code <com.android.support.v7.
GridLayout
>} if it
61
* <li> Return the alternative tag. For example, for "
GridLayout
", it will
62
* (if the minimum SDK is less than 14) return "com.android.support.v7.
GridLayout
"
67
* @param tag the tag to look up, such as "
GridLayout
"
168
if (manifestInfo.getPackage().equals("android.support.v7.
gridlayout
")) { //$NON-NLS-1$
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
AnimatedVectorDrawableTest.java
25
import android.widget.
GridLayout
;
49
GridLayout
container = new
GridLayout
(this);
BitmapDrawableDupe.java
22
import android.widget.
GridLayout
;
58
GridLayout
container = new
GridLayout
(this);
ScaleDrawableTests.java
21
import android.widget.
GridLayout
;
47
GridLayout
container = new
GridLayout
(this);
VectorCheckbox.java
23
import android.widget.
GridLayout
;
54
GridLayout
container = new
GridLayout
(this);
VectorDrawable01.java
22
import android.widget.
GridLayout
;
53
GridLayout
container = new
GridLayout
(this);
/frameworks/support/
settings.gradle
10
include ':support-
gridlayout
-v7'
11
project(':support-
gridlayout
-v7').projectDir = new File(rootDir, 'v7/
gridlayout
')
/frameworks/support/v7/gridlayout/res/values/
attrs.xml
4
<declare-styleable name="
GridLayout
">
15
layout parameters.
GridLayout
works like LinearLayout in this case;
34
When set to true, tells
GridLayout
to use default margins when none are specified
37
See {@link android.widget.
GridLayout
#setUseDefaultMargins(boolean)}.
45
See {@link android.widget.
GridLayout
#setAlignmentMode(int)}.
51
See {@link android.widget.
GridLayout
#ALIGN_BOUNDS}.
56
See {@link android.widget.
GridLayout
#ALIGN_MARGINS}.
64
See {@link android.widget.
GridLayout
#setRowOrderPreserved(boolean)}.
71
See {@link android.widget.
GridLayout
#setColumnOrderPreserved(boolean)}.
124
See {@link android.widget.
GridLayout
.Spec}
[
all
...]
/prebuilts/sdk/current/support/v7/gridlayout/res/values/
attrs.xml
4
<declare-styleable name="
GridLayout
">
15
layout parameters.
GridLayout
works like LinearLayout in this case;
34
When set to true, tells
GridLayout
to use default margins when none are specified
37
See {@link android.widget.
GridLayout
#setUseDefaultMargins(boolean)}.
45
See {@link android.widget.
GridLayout
#setAlignmentMode(int)}.
51
See {@link android.widget.
GridLayout
#ALIGN_BOUNDS}.
56
See {@link android.widget.
GridLayout
#ALIGN_MARGINS}.
64
See {@link android.widget.
GridLayout
#setRowOrderPreserved(boolean)}.
71
See {@link android.widget.
GridLayout
#setColumnOrderPreserved(boolean)}.
124
See {@link android.widget.
GridLayout
.Spec}
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizardPage.java
25
import org.eclipse.swt.layout.
GridLayout
;
58
container.setLayout(new
GridLayout
(2, false));
65
composite.setLayout(new
GridLayout
(3, false));
/sdk/testapps/gridlayoutTest/v7-gridlayout/res/values/
attrs.xml
4
<declare-styleable name="
GridLayout
">
15
layout parameters.
GridLayout
works like LinearLayout in this case;
34
When set to true, tells
GridLayout
to use default margins when none are specified
37
See {@link android.widget.
GridLayout
#setUseDefaultMargins(boolean)}.
45
See {@link android.widget.
GridLayout
#setAlignmentMode(int)}.
51
See {@link android.widget.
GridLayout
#ALIGN_BOUNDS}.
56
See {@link android.widget.
GridLayout
#ALIGN_MARGINS}.
64
See {@link android.widget.
GridLayout
#setRowOrderPreserved(boolean)}.
71
See {@link android.widget.
GridLayout
#setColumnOrderPreserved(boolean)}.
135
See {@link android.widget.
GridLayout
.Spec}
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
GridLayoutCtsActivity.java
24
* A minimal application for {@link android.widget.
GridLayout
} test.
/frameworks/support/v7/gridlayout/
.project
3
<name>android-support-v7-
gridlayout
</name>
AndroidManifest.xml
17
package="android.support.v7.
gridlayout
">
/packages/apps/Gallery2/res/layout-land/
filtershow_vignette_controls.xml
14
<
GridLayout
90
</
GridLayout
>
93
<
GridLayout
117
</
GridLayout
>
/prebuilts/maven_repo/android/com/android/support/gridlayout-v7/19.0.0/
gridlayout-v7-19.0.0.pom
6
<artifactId>
gridlayout
-v7</artifactId>
/prebuilts/maven_repo/android/com/android/support/gridlayout-v7/19.0.1/
gridlayout-v7-19.0.1.pom
6
<artifactId>
gridlayout
-v7</artifactId>
Completed in 675 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>