Searched refs:setImeOptions (Results 1 – 7 of 7) sorted by relevance
63 searchView.setImeOptions(EditorInfo.IME_FLAG_NO_EXTRACT_UI) in onCreateOptionsItem()
108 deviceNameView.setImeOptions(EditorInfo.IME_ACTION_DONE); in createAlertDialog()
156 mTextInput.setImeOptions( in onCreateActionsStylist()
485 mTextIn.setImeOptions(EditorInfo.IME_FLAG_NO_FULLSCREEN);
337 fieldView.setImeOptions(EditorInfo.IME_ACTION_NEXT | EditorInfo.IME_FLAG_NO_FULLSCREEN); in setValues()
151 e.setImeOptions(imeOptions); in onCreate()
728 setImeOptions(mContext.getResources(), attribute); in onStartInput()800 private void setImeOptions(Resources resources, EditorInfo attribute) { in setImeOptions() method in LeanbackKeyboardContainer