Searched refs:RecognizerView (Results 1 – 2 of 2) sorted by relevance
37 public class RecognizerView extends RelativeLayout { class58 public RecognizerView(Context context, AttributeSet attrs, int defStyle) { in RecognizerView() method in RecognizerView62 public RecognizerView(Context context, AttributeSet attrs) { in RecognizerView() method in RecognizerView66 public RecognizerView(Context context) { in RecognizerView() method in RecognizerView
25 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()