HomeSort by relevance Sort by last modified time
    Searched defs:SuggestionsView (Results 1 - 2 of 2) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsView.java 33 public class SuggestionsView extends ListView implements SuggestionsListView<ListAdapter> {
36 private static final String TAG = "QSB.SuggestionsView";
41 public SuggestionsView(Context context, AttributeSet attrs) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionsView.java 71 public class SuggestionsView extends RelativeLayout implements OnClickListener,
106 private static class UiHandler extends StaticInnerHandlerWrapper<SuggestionsView> {
109 public UiHandler(SuggestionsView outerInstance) {
115 final SuggestionsView suggestionsView = getOuterInstance();
118 suggestionsView.hidePreview();
195 attrs, R.styleable.SuggestionsView, defStyle, R.style.SuggestionsViewStyle);
599 * Construct a {@link SuggestionsView} for showing suggestions to be picked by the user.
603 public SuggestionsView(Context context, AttributeSet attrs) {
607 public SuggestionsView(Context context, AttributeSet attrs, int defStyle)
    [all...]

Completed in 147 milliseconds