Searched defs:mStructure (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/autofill/
H A DFillContext.java51 private final @NonNull AssistStructure mStructure; field in class:FillContext
63 mStructure = structure;
86 return mStructure;
104 parcel.writeParcelable(mStructure, flags);
137 final int numWindowNodes = mStructure.getWindowNodeCount();
139 nodesToProcess.add(mStructure.getWindowNodeAt(i).getRootViewNode());
187 final int numWindowNodes = mStructure.getWindowNodeCount();
189 nodesToProcess.add(mStructure.getWindowNodeAt(i).getRootViewNode());

Completed in 47 milliseconds