annotations.xml 914 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <root>
  3. <item name="android.app.assist.AssistStructure.ViewNode int getAutofillType()">
  4. <annotation name="androidx.annotation.IntDef">
  5. <val name="value" val="{android.view.View.AUTOFILL_TYPE_NONE, android.view.View.AUTOFILL_TYPE_TEXT, android.view.View.AUTOFILL_TYPE_TOGGLE, android.view.View.AUTOFILL_TYPE_LIST, android.view.View.AUTOFILL_TYPE_DATE}" />
  6. </annotation>
  7. </item>
  8. <item name="android.app.assist.AssistStructure.ViewNode int getImportantForAutofill()">
  9. <annotation name="androidx.annotation.IntDef">
  10. <val name="value" val="{android.view.View.IMPORTANT_FOR_AUTOFILL_AUTO, android.view.View.IMPORTANT_FOR_AUTOFILL_YES, android.view.View.IMPORTANT_FOR_AUTOFILL_NO, android.view.View.IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS, android.view.View.IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS}" />
  11. </annotation>
  12. </item>
  13. </root>