Home
last modified time | relevance | path

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

/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
DIProjectCallback.java138 int fullPosition, int positionPerType, in getAdapterItemValue() argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DProjectCallback.java472 int fullPosition, int typePosition, int fullChildPosition, int typeChildPosition, in getAdapterItemValue() argument
482 if (fullPosition == 0) { in getAdapterItemValue()
496 return "Sub Item " + (fullPosition + 1); in getAdapterItemValue()
501 return "Item " + (fullPosition + 1); in getAdapterItemValue()
/sdk/layoutlib_api/sample/src/com/example/android/render/
DProjectCallback.java56 ResourceReference itemRef, int fullPosition, int positionPerType, in getAdapterItemValue() argument
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
DApiDemosRenderingTest.java150 ResourceReference itemRef, int fullPosition, int typePosition, in getAdapterItemValue() argument