Home
last modified time | relevance | path

Searched refs:ItemGroup (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/items/
DItemGroupTest.java43 private ItemGroup itemGroup;
50 itemGroup = new ItemGroup(); in setUp()
105 ItemGroup parentGroup = new ItemGroup(); in testNestedGroup()
106 ItemGroup childGroup = new ItemGroup(); in testNestedGroup()
137 ItemGroup parentGroup = new ItemGroup(); in testNestedGroupClearNotification()
138 ItemGroup childGroup = new ItemGroup(); in testNestedGroupClearNotification()
159 ItemGroup parentGroup = new ItemGroup(); in testNestedGroupRemoveNotification()
160 ItemGroup childGroup = new ItemGroup(); in testNestedGroupRemoveNotification()
183 ItemGroup parentGroup = new ItemGroup(); in testNestedGroupClear()
184 ItemGroup childGroup = new ItemGroup(); in testNestedGroupClear()
[all …]
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DItemInflaterTest.java26 import com.android.setupwizardlib.items.ItemGroup;
49 assertTrue("Inflated item should be ItemGroup", item instanceof ItemGroup); in testInflate()
50 ItemGroup itemGroup = (ItemGroup) item; in testInflate()
DItemAdapterTest.java29 import com.android.setupwizardlib.items.ItemGroup;
43 private ItemGroup mItemGroup = new ItemGroup();
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DListMixin.java35 import com.android.setupwizardlib.items.ItemGroup;
63 final ItemGroup inflated = (ItemGroup) new ItemInflater(context).inflate(entries); in ListMixin()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
DItemGroup.java26 public class ItemGroup extends AbstractItemHierarchy class
104 public ItemGroup() { in ItemGroup() method in ItemGroup
108 public ItemGroup(Context context, AttributeSet attrs) { in ItemGroup() method in ItemGroup
/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/items/
DRecyclerItemAdapterTest.java51 private ItemGroup mItemGroup = new ItemGroup();