Class ShadowFilter


  • @Implements(android.widget.Filter.class)
    public class ShadowFilter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ShadowFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void filter​(java.lang.CharSequence constraint, android.widget.Filter.FilterListener listener)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowFilter

        public ShadowFilter()
    • Method Detail

      • filter

        @Implementation
        protected void filter​(java.lang.CharSequence constraint,
                              android.widget.Filter.FilterListener listener)