Searched refs:ViewNode (Results 1 – 19 of 19) sorted by relevance
183 ViewNode node;254 void pushViewStackEntry(ViewNode node, int pos) { in pushViewStackEntry()270 void writeView(ViewNode child, Parcel out, PooledStringWriter pwriter, int levelAdj) { in writeView()279 if ((flags&ViewNode.FLAGS_HAS_CHILDREN) != 0) { in writeView()297 ViewNode child = mCurViewStackEntry.node.mChildren[mCurViewStackEntry.curChild]; in writeNextEntryToParcel()330 ViewNode root = win.mRoot; in writeNextEntryToParcel()440 int mTextColor = ViewNode.TEXT_COLOR_UNDEFINED;441 int mTextBackgroundColor = ViewNode.TEXT_COLOR_UNDEFINED;452 return mTextBackgroundColor == ViewNode.TEXT_COLOR_UNDEFINED in isSimple()498 final ViewNode mRoot;[all …]
22 import android.app.assist.AssistStructure.ViewNode;142 public static ViewNode findViewNodeByAutofillId(@NonNull AssistStructure structure, in findViewNodeByAutofillId()149 private static ViewNode findViewNode(@NonNull AssistStructure structure, in findViewNode()151 final ArrayDeque<ViewNode> nodesToProcess = new ArrayDeque<>(); in findViewNode()157 final ViewNode node = nodesToProcess.removeFirst(); in findViewNode()178 public static ViewNode sanitizeUrlBar(@NonNull AssistStructure structure, in sanitizeUrlBar()180 final ViewNode urlBarNode = findViewNode(structure, (node) -> { in sanitizeUrlBar()225 private static void addAutofillableIds(@NonNull ViewNode node, in addAutofillableIds()232 final ViewNode child = node.getChildAt(i); in addAutofillableIds()238 boolean matches(ViewNode node); in matches()
44 import android.app.assist.AssistStructure.ViewNode;165 private ViewNode mUrlBar;502 final ViewNode[] nodes = fillContext in fillContextWithAllowedValuesLocked()509 final ViewNode node = nodes[i]; in fillContextWithAllowedValuesLocked()1978 final ViewNode node = Helper.findViewNodeByAutofillId(context.getStructure(), in getValueFromContextsLocked()2004 final ViewNode node = Helper.findViewNodeByAutofillId(context.getStructure(), id); in getAutofillOptionsFromContextsLocked()2024 final ViewNode[] nodes = in updateValuesForSaveLocked()2038 final ViewNode node = nodes[viewStateNum]; in updateValuesForSaveLocked()
24 import android.app.assist.AssistStructure.ViewNode;58 @Nullable private ArrayMap<AutofillId, AssistStructure.ViewNode> mViewNodeLookupTable;129 @NonNull public ViewNode[] findViewNodesByAutofillIds(@NonNull AutofillId[] ids) { in findViewNodesByAutofillIds()130 final LinkedList<ViewNode> nodesToProcess = new LinkedList<>(); in findViewNodesByAutofillIds()131 final ViewNode[] foundNodes = new AssistStructure.ViewNode[ids.length]; in findViewNodesByAutofillIds()156 final ViewNode node = nodesToProcess.removeFirst(); in findViewNodesByAutofillIds()
25 import android.app.assist.AssistStructure.ViewNode;139 ViewNode rootView = structure.getWindowNodeAt(0).getRootViewNode(); in assertStructureWithManySmallViews()146 ViewNode title = rootView.getChildAt(0); in assertStructureWithManySmallViews()153 ViewNode parent = rootView.getChildAt(1); in assertStructureWithManySmallViews()161 ViewNode smallView = parent.getChildAt(i); in assertStructureWithManySmallViews()192 ViewNode rootView = structure.getWindowNodeAt(0).getRootViewNode(); in assertStructureWithOneBigView()199 ViewNode title = rootView.getChildAt(0); in assertStructureWithOneBigView()206 ViewNode parent = rootView.getChildAt(1); in assertStructureWithOneBigView()213 ViewNode bigView = parent.getChildAt(0); in assertStructureWithOneBigView()234 private void assertSmallView(ViewNode view) { in assertSmallView()[all …]
46 public final class ViewNode extends AssistStructure.ViewNode { class48 private static final String TAG = ViewNode.class.getSimpleName();117 public ViewNode() { in ViewNode() method in ViewNode120 private ViewNode(long nodeFlags, @NonNull Parcel parcel) { in ViewNode() method in ViewNode592 public static void writeToParcel(@NonNull Parcel parcel, @Nullable ViewNode node, int flags) { in writeToParcel()602 public static @Nullable ViewNode readFromParcel(@NonNull Parcel parcel) { in readFromParcel()604 return nodeFlags == 0 ? null : new ViewNode(nodeFlags, parcel); in readFromParcel()611 final ViewNode mNode = new ViewNode();632 public ViewNode getNode() { in getNode()966 int mTextColor = ViewNode.TEXT_COLOR_UNDEFINED;[all …]
135 private @Nullable ViewNode mNode;233 public ContentCaptureEvent setViewNode(@NonNull ViewNode node) { in setViewNode()270 public ViewNode getViewNode() { in getViewNode()418 ViewNode.writeToParcel(parcel, mNode, flags); in writeToParcel()446 final ViewNode node = ViewNode.readFromParcel(parcel);
30 import android.view.contentcapture.ViewNode.ViewStructureImpl;364 if (!(node instanceof ViewNode.ViewStructureImpl)) { in notifyViewAppeared()371 abstract void internalNotifyViewAppeared(@NonNull ViewNode.ViewStructureImpl node); in internalNotifyViewAppeared()479 return new ViewNode.ViewStructureImpl(view); in newViewStructure()513 return new ViewNode.ViewStructureImpl(parentId, virtualId, mId); in newVirtualViewStructure()
21 import android.view.contentcapture.ViewNode.ViewStructureImpl;
48 import android.view.contentcapture.ViewNode.ViewStructureImpl;
25 import android.view.contentcapture.ViewNode.ViewStructureImpl;52 ViewNode node = structure.getNode(); in testUnsupportedProperties()
26 import android.view.contentcapture.ViewNode.ViewStructureImpl;
47 TextEntry(AssistStructure.ViewNode node, int parentLeft, int parentTop, Matrix matrix) { in TextEntry()140 void buildTextRects(AssistStructure.ViewNode root, int matrixStackIndex,172 AssistStructure.ViewNode child = root.getChildAt(i);
442 public static class AssistStructure.ViewNode {443 ctor public AssistStructure.ViewNode();3383 method @Nullable public android.view.contentcapture.ViewNode getViewNode();3409 public final class ViewNode extends android.app.assist.AssistStructure.ViewNode {3411 …method @Nullable public static android.view.contentcapture.ViewNode readFromParcel(@NonNull androi…3412 …oid writeToParcel(@NonNull android.os.Parcel, @Nullable android.view.contentcapture.ViewNode, int);3415 public static final class ViewNode.ViewStructureImpl extends android.view.ViewStructure {3416 ctor public ViewNode.ViewStructureImpl(@NonNull android.view.View);3417 ctor public ViewNode.ViewStructureImpl(@NonNull android.view.autofill.AutofillId, long, int);3425 method public android.view.contentcapture.ViewNode getNode();
726 public static class AssistStructure.ViewNode {727 ctor public AssistStructure.ViewNode();9491 method @Nullable public android.view.contentcapture.ViewNode getViewNode();9508 public final class ViewNode extends android.app.assist.AssistStructure.ViewNode {
11530 style |= AssistStructure.ViewNode.TEXT_STYLE_BOLD; in onProvideStructure()11533 style |= AssistStructure.ViewNode.TEXT_STYLE_ITALIC; in onProvideStructure()11539 style |= AssistStructure.ViewNode.TEXT_STYLE_BOLD; in onProvideStructure()11542 style |= AssistStructure.ViewNode.TEXT_STYLE_UNDERLINE; in onProvideStructure()11545 style |= AssistStructure.ViewNode.TEXT_STYLE_STRIKE_THRU; in onProvideStructure()11551 AssistStructure.ViewNode.TEXT_COLOR_UNDEFINED /* bgColor */, style); in onProvideStructure()
523 android.app.assist.AssistStructure$ViewNode
4478 …Lambda$Helper$nK3g_oXXf8NGajcUf0W5JsQzf3w;->matches(Landroid/app/assist/AssistStructure$ViewNode;)Z4580 …utofill/Helper;->addAutofillableIds(Landroid/app/assist/AssistStructure$ViewNode;Landroid/util/Arr…4581 …e;Lcom/android/server/autofill/Helper$ViewNodeFilter;)Landroid/app/assist/AssistStructure$ViewNode;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...