Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutMetadata.java308 String footer = map.get(KEY_LV_FOOTER); in getNodeBinding() local
310 if (layout != null || header != null || footer != null) { in getNodeBinding()
312 return getNodeBinding(viewObject, header, footer, layout, count); in getNodeBinding()
333 String footer = getProperty(xmlNode, KEY_LV_FOOTER); in getNodeBinding() local
335 if (layout != null || header != null || footer != null) { in getNodeBinding()
358 return getNodeBinding(viewObject, header, footer, layout, count); in getNodeBinding()
365 String header, String footer, String layout, int count) { in getNodeBinding() argument
366 if (layout != null || header != null || footer != null) { in getNodeBinding()
375 if (footer != null) { in getNodeBinding()
376 boolean isFramework = footer.startsWith(ANDROID_LAYOUT_RESOURCE_PREFIX); in getNodeBinding()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DSystraceOutputParser.java132 String footer = mHtmlSuffix; in getSystraceHtml() local
133 return header + html_out + footer; in getSystraceHtml()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion32.txt103 …ed : When set to false, the ListView will not draw the divider before each footer view. [boolean]
/sdk/eclipse/
Dchanges.txt302 and you can also pick the header and footer layouts.