diff options
| author | Jeffrey Sharkey <> | 2009-04-02 08:55:32 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-02 08:55:32 -0700 |
| commit | 95a1b260fcaa881cea8d6cfdcb3f80acc7580b9e (patch) | |
| tree | cfd742b211223c3974c20edcaafa038c9b050124 /core/java/android/widget/AutoCompleteTextView.java | |
| parent | f26c6617a91f25ed1178d01de4108cf6f54f910c (diff) | |
AI 144005: Fix auto-merge method duplication that broke build.
Automated import of CL 144005
Diffstat (limited to 'core/java/android/widget/AutoCompleteTextView.java')
| -rw-r--r-- | core/java/android/widget/AutoCompleteTextView.java | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/core/java/android/widget/AutoCompleteTextView.java b/core/java/android/widget/AutoCompleteTextView.java index bc9589073a4a..a17c78d4aa2b 100644 --- a/core/java/android/widget/AutoCompleteTextView.java +++ b/core/java/android/widget/AutoCompleteTextView.java @@ -886,22 +886,6 @@ public class AutoCompleteTextView extends EditText implements Filter.FilterListe } /** - * Set the horizontal offset with respect to {@link #setDropDownAnchor(int)} - * @hide pending API council review - */ - public void setDropDownHorizontalOffset(int horizontalOffset) { - mDropDownHorizontalOffset = horizontalOffset; - } - - /** - * Set the vertical offset with respect to {@link #setDropDownAnchor(int)} - * @hide pending API council review - */ - public void setDropDownVerticalOffset(int verticalOffset) { - mDropDownVerticalOffset = verticalOffset; - } - - /** * <p>Used for lazy instantiation of the anchor view from the id we have. If the value of * the id is NO_ID or we can't find a view for the given id, we return this TextView as * the default anchoring point.</p> |
