Class ShadowAccessibilityRecord

    • Constructor Detail

      • ShadowAccessibilityRecord

        public ShadowAccessibilityRecord()
    • Method Detail

      • setSource

        @Implementation
        protected void setSource​(View root,
                                 int virtualDescendantId)
      • setSource

        @Implementation
        protected void setSource​(View root)
      • setWindowId

        @Implementation(minSdk=17)
        public void setWindowId​(int id)
        Sets the id of the window from which the event comes.
        Parameters:
        id - The id to set
      • getWindowId

        @Implementation
        protected int getWindowId()
        Returns the id of the window from which the event comes.
      • getSourceRoot

        public View getSourceRoot()
      • getVirtualDescendantId

        public int getVirtualDescendantId()