Home
last modified time | relevance | path

Searched refs:RecognizerView (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/voice/
DRecognizerView.java37 public class RecognizerView extends RelativeLayout { class
58 public RecognizerView(Context context, AttributeSet attrs, int defStyle) { in RecognizerView() method in RecognizerView
62 public RecognizerView(Context context, AttributeSet attrs) { in RecognizerView() method in RecognizerView
66 public RecognizerView(Context context) { in RecognizerView() method in RecognizerView
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java25 import com.android.inputmethod.leanback.voice.RecognizerView;
453 private RecognizerView mVoiceButtonView;
578 mVoiceButtonView = (RecognizerView) mRootView.findViewById(R.id.voice); in LeanbackKeyboardContainer()
602 mVoiceButtonView.setCallback(new RecognizerView.Callback() { in LeanbackKeyboardContainer()