HomeSort by relevance Sort by last modified time
    Searched refs:fullPosition (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
BaseAdapter.java 57 protected AdapterItem(DataBindingItem item, int type, int fullPosition,
61 mFullPosition = fullPosition;
179 int fullPosition = item.getFullPosition();
190 fullPosition, positionPerType,
210 fullPosition, positionPerType,
230 fullPosition, positionPerType,
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
IProjectCallback.java 118 * @param fullPosition the position of the item in the full list.
121 * <var>fullPosition</var>.
137 int fullPosition, int positionPerType,
  /sdk/layoutlib_api/sample/src/com/example/android/render/
ProjectCallback.java 56 ResourceReference itemRef, int fullPosition, int positionPerType,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 455 int fullPosition, int typePosition, int fullChildPosition, int typeChildPosition,
465 if (fullPosition == 0) {
479 return "Sub Item " + (fullPosition + 1);
484 return "Item " + (fullPosition + 1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 142 ResourceReference itemRef, int fullPosition, int typePosition,

Completed in 133 milliseconds