D | AbstractCustomVirtualView.java | 74 protected final SparseArray<Item> mVirtualViews = new SparseArray<>(); 97 protected Item getItem(int id) { in getItem() 98 final Item item = mVirtualViews.get(id); in getItem() 221 protected static final class Item { class in AbstractCustomVirtualView 234 Item(Line line, int id, String idEntry, String[] hints, int type, CharSequence text, in Item() method in AbstractCustomVirtualView.Item 366 protected final Item mFieldTextItem; 369 protected final Item mLabelItem; 375 this.mLabelItem = new Item(this, ++sNextId, idEntryPrefix + "Label", null, in Line() 377 this.mFieldTextItem = new Item(this, ++sNextId, idEntryPrefix + "Field", hints, in Line()
|