Fix build break by adding an @hide javadoc comment.

This commit is contained in:
Satish Sampath
2009-07-01 19:06:24 +01:00
parent fef8d3e4d8
commit 1b1a6e406c

View File

@@ -1082,6 +1082,8 @@ public class AutoCompleteTextView extends EditText implements Filter.FilterListe
/**
* Issues a runnable to show the dropdown as soon as possible.
*
* @hide internal used only by Search Dialog
*/
public void showDropDownAfterLayout() {
post(mShowDropDownRunnable);