Home
last modified time | relevance | path

Searched refs:viewLayoutAttribs (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DLayoutDescriptors.java326 AttributeDescriptor[] viewLayoutAttribs; in insertInclude() local
332 viewLayoutAttribs = viewDesc.getLayoutAttributes(); in insertInclude()
334 viewLayoutAttribs = new AttributeDescriptor[0]; in insertInclude()
360 viewLayoutAttribs, // layout attributes in insertInclude()
371 private ViewElementDescriptor createMerge(AttributeDescriptor[] viewLayoutAttribs) { in createMerge() argument
381 viewLayoutAttribs, // layout attributes in createMerge()
393 private ViewElementDescriptor createFragment(AttributeDescriptor[] viewLayoutAttribs, in createFragment() argument
418 viewLayoutAttribs, // layout attributes in createFragment()
456 viewLayoutAttribs, // layout attributes in createFragment()
469 private ViewElementDescriptor createViewTag(AttributeDescriptor[] viewLayoutAttribs) { in createViewTag() argument
[all …]