Searched refs:forAutoFill (Results 1 – 1 of 1) sorted by relevance
500 WindowNode(AssistStructure assist, ViewRootImpl root, boolean forAutoFill, int flags) { in WindowNode() argument514 if (forAutoFill) { in WindowNode()525 if (forAutoFill) { in WindowNode()2329 public AssistStructure(Activity activity, boolean forAutoFill, int flags) { in AssistStructure() argument2340 mWindowNodes.add(new WindowNode(this, root, forAutoFill, flags)); in AssistStructure()