diff options
author | Amith Yamasani <yamasani@google.com> | 2011-08-09 14:16:37 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2011-08-09 15:16:08 -0700 |
commit | 5607a3827172ff40196380d846128e892bedc118 (patch) | |
tree | 52639f2db6b8ef7d2c5659dc975fbe40507bf4dd /api | |
parent | 95b0292fb4e27a9dc273884be60dad8523b8bd7a (diff) | |
download | frameworks_base-5607a3827172ff40196380d846128e892bedc118.zip frameworks_base-5607a3827172ff40196380d846128e892bedc118.tar.gz frameworks_base-5607a3827172ff40196380d846128e892bedc118.tar.bz2 |
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
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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); |