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

  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeAdapter.java 20 import com.android.ide.common.rendering.api.DataBindingItem;
64 for (DataBindingItem dataBindingItem : binding) {
65 ResourceReference viewRef = dataBindingItem.getViewReference();
72 int count = dataBindingItem.getCount();
78 mItems.add(new AdapterItem(dataBindingItem, typeIndex, mItems.size(), index++));
FakeExpandableAdapter.java 20 import com.android.ide.common.rendering.api.DataBindingItem;
55 private void createItems(Iterable<DataBindingItem> iterable, final int itemCount,
64 for (DataBindingItem dataBindingItem : iterable) {
65 ResourceReference viewRef = dataBindingItem.getViewReference();
72 List<DataBindingItem> children = dataBindingItem.getChildren();
73 int count = dataBindingItem.getCount();
84 AdapterItem item = new AdapterItem(dataBindingItem, typeIndex, mItems.size(),
89 createItems(dataBindingItem, depth + 1)
    [all...]
AdapterHelper.java 19 import com.android.ide.common.rendering.api.DataBindingItem;
45 DataBindingItem dataBindingItem = item.getDataBindingItem();
49 Pair<View, Boolean> pair = context.inflateView(dataBindingItem.getViewReference(),
60 tv.setText("Unable to find layout: " + dataBindingItem.getViewReference().getName());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 20 import com.android.ide.common.rendering.api.DataBindingItem;
    [all...]

Completed in 285 milliseconds