如题,请大家帮忙解释下这个函数的效果。

解决方案 »

  1.   

    public void setTextFilterEnabled (boolean textFilterEnabled) Since: API Level 1 Enables or disables the type filter window. If enabled, typing when this view has focus will filter the children to match the users input. Note that the Adapter used by this view must implement the Filterable interface.Parameters
    textFilterEnabled  true to enable type filtering, false otherwise 
      

  2.   

        google的API手册我有查过,虽然英文也还算能理解,但是在使用控件的时候,总是看不到效果,所以对这个API的效果也就迷茫了。
      

  3.   

    setTextFilterEnabled (boolean textFilterEnabled)这方法有何作用/