Home
last modified time | relevance | path

Searched refs:fullParentPosition (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DAdapterHelper.java81 int fullParentPosition = parentItem != null ? parentItem.getFullPosition() : 0; in fillView() local
91 fullParentPosition, parentPositionPerType, in fillView()
111 fullParentPosition, parentPositionPerType, in fillView()
131 fullParentPosition, parentPositionPerType, in fillView()
/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/setup/
DLayoutlibBridgeClientCallback.java130 int fullParentPosition, int parentPositionPerType, ResourceReference viewRef, in getAdapterItemValue() argument