Searched refs:fullPosition (Results 1 – 4 of 4) sorted by relevance
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
D | IProjectCallback.java | 138 int fullPosition, int positionPerType, in getAdapterItemValue() argument
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | ProjectCallback.java | 472 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/ |
D | ProjectCallback.java | 56 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/ |
D | ApiDemosRenderingTest.java | 150 ResourceReference itemRef, int fullPosition, int typePosition, in getAdapterItemValue() argument
|