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

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
BaseAdapter.java 181 int fullParentPosition = parentItem != null ? parentItem.getFullPosition() : 0;
191 fullParentPosition, parentPositionPerType,
211 fullParentPosition, parentPositionPerType,
231 fullParentPosition, parentPositionPerType,
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
IProjectCallback.java 122 * @param fullParentPosition the full position of the item's parent. This is only
126 * If there is only one type of items, this is the same as <var>fullParentPosition</var>.
138 int fullParentPosition, int parentPositionPerType,
  /sdk/layoutlib_api/sample/src/com/example/android/render/
ProjectCallback.java 57 int fullParentPosition, int parentPositionPerType, ResourceReference viewRef,

Completed in 47 milliseconds