Home
last modified time | relevance | path

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

/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
DAbstractCustomVirtualView.java73 protected final ArrayList<Line> mVirtualViewGroups = new ArrayList<>();
76 protected Line mFocusedLine;
121 Line line = mVirtualViewGroups.get(i); in onDraw()
163 Line line = mVirtualViewGroups.get(i); in onMotion()
224 public final Line line;
234 Item(Line line, int id, String idEntry, String[] hints, int type, CharSequence text, in Item()
312 protected final SparseArray<Line> mLines = new SparseArray<>();
330 public Line addLine(String idEntryPrefix, int autofillType, String label, String text, in addLine()
334 Line line = new Line(idEntryPrefix, autofillType, label, autofillHints, text, in addLine()
364 public final class Line { class in AbstractCustomVirtualView
[all …]
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
DCustomVirtualView.kt50 private val lines = ArrayList<Line>()
53 private var focusedLine: Line? = null
169 sanitized: Boolean) = Line(idEntry, label, hints, text, sanitized).also { in addLine()
178 val line: Line,
196 private inner class Line constructor(val idEntry: String, label: String, hints: Array<String>, class
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
DVirtualSignInActivity.java37 private CustomVirtualView.Line mUsernameLine;
38 private CustomVirtualView.Line mPasswordLine;
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/
DVirtualCompatModeSignInActivity.java54 private CustomVirtualView.Line mUsernameLine;
55 private CustomVirtualView.Line mPasswordLine;