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
567
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimationsByDefault.java
28
import android.widget.
GridLayout
;
44
final
GridLayout
gridContainer = (
GridLayout
) findViewById(R.id.gridContainer);
/development/samples/Support7Demos/res/layout/
grid_layout_1.xml
18
Demonstrates using
GridLayout
to build the "Simple Form" from the
22
<android.support.v7.widget.
GridLayout
47
</android.support.v7.widget.
GridLayout
>
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
AnimatedStateVectorDrawableTest.java
23
import android.widget.
GridLayout
;
47
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);
/frameworks/support/v7/gridlayout/
Android.mk
21
# android-support-v7-
gridlayout
\
27
LOCAL_MODULE := android-support-v7-
gridlayout
43
support_module_java_libraries := $(LOCAL_JAVA_LIBRARIES) android-support-v7-
gridlayout
/prebuilts/maven_repo/android/com/android/support/gridlayout-v7/13.0.0/
gridlayout-v7-13.0.0.pom
6
<artifactId>
gridlayout
-v7</artifactId>
/prebuilts/maven_repo/android/com/android/support/gridlayout-v7/18.0.0/
gridlayout-v7-18.0.0.pom
6
<artifactId>
gridlayout
-v7</artifactId>
/cts/apps/CtsVerifier/res/layout/
test_list_footer.xml
18
<
GridLayout
xmlns:android="http://schemas.android.com/apk/res/android"
42
</
GridLayout
>
/frameworks/base/tests/GridLayoutTest/res/layout/
grid4.xml
17
<
GridLayout
34
</
GridLayout
>
grid5.xml
17
<
GridLayout
74
</
GridLayout
>
grid6.xml
17
<
GridLayout
39
</
GridLayout
>
grid7.xml
16
<
GridLayout
39
</
GridLayout
>
/frameworks/support/v7/gridlayout/tests/
AndroidManifest.xml
19
package="android.support.v7.
gridlayout
.test">
34
android:targetPackage="android.support.v7.
gridlayout
.test"/>
/packages/apps/Gallery2/res/layout/
filtershow_control_title_slider.xml
18
<
GridLayout
xmlns:android="http://schemas.android.com/apk/res/android"
42
</
GridLayout
>
/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);
/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
);
/frameworks/support/v7/gridlayout/tests/src/android/support/v7/widget/
GridLayoutTest.java
25
import android.support.v7.
gridlayout
.test.R;
108
GridLayout
.LayoutParams lp = (
GridLayout
.LayoutParams) rightView.getLayoutParams();
134
MyGridLayout
gridLayout
= new MyGridLayout(mActivityTestRule.getActivity());
140
GridLayout
.LayoutParams generated =
gridLayout
.generateLayoutParams(lp);
150
private static class MyGridLayout extends
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$
Completed in 752 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>