Home
last modified time | relevance | path

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

/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
DAbstractCustomVirtualView.java72 private static int sNextId; field in AbstractCustomVirtualView
375 this.mLabelItem = new Item(this, ++sNextId, idEntryPrefix + "Label", null, in Line()
377 this.mFieldTextItem = new Item(this, ++sNextId, idEntryPrefix + "Field", hints, in Line()