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

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java 69 protected ImageButton mVoiceSearchButton;
106 mVoiceSearchButton = (ImageButton) findViewById(R.id.search_voice_btn);
107 mVoiceSearchButton.setImageDrawable(getVoiceSearchIcon());
118 mVoiceSearchButton.setOnKeyListener(mButtonsKeyListener);
174 if (mVoiceSearchButton != null) {
175 mVoiceSearchButton.setOnClickListener(listener);
280 mVoiceSearchButton.setVisibility(View.VISIBLE);
283 mVoiceSearchButton.setVisibility(View.GONE);
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 164 private View mVoiceSearchButton;
245 mVoiceSearchButton.setVisibility(View.VISIBLE);
262 mVoiceSearchButton.setVisibility(View.GONE);
506 mVoiceSearchButton = findViewById(R.id.voice_search_button);
507 mVoiceSearchButton.setOnClickListener(this);
    [all...]

Completed in 239 milliseconds