Searched defs:parentItem (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DAdapterHelper.java42 static Pair<View, Boolean> getView(AdapterItem item, AdapterItem parentItem, ViewGroup parent, argument
56 fillView(context, view, item, parentItem, callback, adapterRef);
68 AdapterItem parentItem, LayoutlibCallback callback, ResourceReference adapterRef) {
73 fillView(context, group.getChildAt(i), item, parentItem, callback, adapterRef);
82 int fullParentPosition = parentItem != null ? parentItem.getFullPosition() : 0;
83 int parentPositionPerType = parentItem != null ?
84 parentItem.getPositionPerType() : 0;
67 fillView(BridgeContext context, View view, AdapterItem item, AdapterItem parentItem, LayoutlibCallback callback, ResourceReference adapterRef) argument

Completed in 68 milliseconds