HomeSort by relevance Sort by last modified time
    Searched full:mvoicesearchbutton (Results 1 - 1 of 1) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java 75 protected ImageButton mVoiceSearchButton;
113 mVoiceSearchButton = (ImageButton) findViewById(R.id.search_voice_btn);
114 mVoiceSearchButton.setImageDrawable(getVoiceSearchIcon());
125 mVoiceSearchButton.setOnKeyListener(mButtonsKeyListener);
253 if (mVoiceSearchButton != null) {
254 mVoiceSearchButton.setOnClickListener(listener);
369 mVoiceSearchButton.setVisibility(View.VISIBLE);
372 mVoiceSearchButton.setVisibility(View.GONE);

Completed in 85 milliseconds