OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layout_attrs
(Results
1 - 9
of
9
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/
UiViewElementNode.java
81
AttributeDescriptor[]
layout_attrs
= null;
local
101
layout_attrs
= desc.getLayoutAttributes();
109
layout_attrs
=
113
if (
layout_attrs
== null ||
layout_attrs
.length == 0) {
119
layout_attrs
.length +
124
System.arraycopy(
layout_attrs
, 0,
126
layout_attrs
.length);
129
mCachedAttributeDescriptors[direct_attrs.length +
layout_attrs
.length] = desc;
/packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java
698
private static final int[]
LAYOUT_ATTRS
= new int[] {
753
TypedArray a = c.obtainStyledAttributes(attrs,
LAYOUT_ATTRS
);
/frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java
[
all
...]
/frameworks/support/v4/java/android/support/v4/widget/
DrawerLayout.java
129
private static final int[]
LAYOUT_ATTRS
= new int[] {
[
all
...]
/frameworks/support/v4/java/android/support/v4/view/
ViewPager.java
98
private static final int[]
LAYOUT_ATTRS
= new int[] {
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java
[
all
...]
/development/samples/ControllerSample/libs/
android-support-v4.jar
/development/samples/training/ContactsList/libs/
android-support-v4.jar
/external/robolectric/lib/main/
android-support-v4.jar
Completed in 197 milliseconds