From 5607a3827172ff40196380d846128e892bedc118 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Tue, 9 Aug 2011 14:16:37 -0700 Subject: Added methods to change text entry mode in SearchView. Bug: 5143618 Handle imeOptions and inputType attributes in SearchableInfo. Methods to directly modify those attributes on SearchView. Change-Id: I340617767f930ecb1b1ad5ab2696bc613982a20b --- api/current.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/current.txt') diff --git a/api/current.txt b/api/current.txt index 72ba551..1eae07a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -26455,6 +26455,8 @@ package android.widget { method public void onActionViewExpanded(); method public void setIconified(boolean); method public void setIconifiedByDefault(boolean); + method public void setImeOptions(int); + method public void setInputType(int); method public void setMaxWidth(int); method public void setOnCloseListener(android.widget.SearchView.OnCloseListener); method public void setOnQueryTextFocusChangeListener(android.view.View.OnFocusChangeListener); -- cgit v1.1