Android: what does “setTextFilterEnabled” method do?

后端 未结 3 1593
时光说笑
时光说笑 2020-12-30 01:15

What does the setTextFilterEnabled() method do?

3条回答
  •  遥遥无期
    2020-12-30 01:45

    According to the Android Developer Reference, the setTextFilterEnabled() method "enables or disables the type filter window. If enabled, typing when this view has focus will filter the children to match the users input."

    Source and extra information can be found at the Android Developer Reference, ie : http://developer.android.com/reference/android/widget/AbsListView.html#setTextFilterEnabled%28boolean%29

提交回复
热议问题