Searched refs:UrlInputView (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DNavigationBarBase.java35 import com.android.browser.UrlInputView.UrlInputListener;
44 protected UrlInputView mUrlInput;
66 mUrlInput = (UrlInputView) findViewById(R.id.url);
160 if (UrlInputView.TYPED.equals(source)) {
H A DUrlInputView.java52 public class UrlInputView extends AutoCompleteTextView class in inherits:AutoCompleteTextView,OnEditorActionListener,CompletionListener,OnItemClickListener,TextWatcher
80 public UrlInputView(Context context, AttributeSet attrs, int defStyle) { method in class:UrlInputView
85 public UrlInputView(Context context, AttributeSet attrs) { method in class:UrlInputView
89 public UrlInputView(Context context) { method in class:UrlInputView
H A DNavigationBarPhone.java33 import com.android.browser.UrlInputView.StateListener;
H A DNavigationBarTablet.java35 import com.android.browser.UrlInputView.StateListener;
H A DPhoneUi.java42 import com.android.browser.UrlInputView.StateListener;

Completed in 50 milliseconds