Home | History | Annotate | Download | only in keyboard

Lines Matching full:mparams

80     private final Params mParams;
127 mParams = params;
132 switch (mParams.mMode) {
151 ElementParams elementParams = mParams.mKeyboardLayoutSetElementIdToParamsMap.get(
154 elementParams = mParams.mKeyboardLayoutSetElementIdToParamsMap.get(
161 final KeyboardId id = new KeyboardId(keyboardLayoutSetElementId, mParams);
180 if (mParams.mDisableTouchPositionCorrectionDataForTest) {
205 private final Params mParams = new Params();
214 final Params params = mParams;
223 final Params params = mParams;
252 mParams.mKeyboardHeight = (int)Math.max(
254 mParams.mKeyboardWidth = widthPixels;
263 mParams.mEditorInfo.imeOptions)
268 mParams.mSubtype = keyboardSubtype;
269 mParams.mKeyboardLayoutSetName = KEYBOARD_LAYOUT_SET_RESOURCE_PREFIX
282 mParams.mVoiceKeyEnabled = voiceKeyEnabled && !noMicrophone;
283 mParams.mVoiceKeyOnMain = voiceKeyOnMain;
284 mParams.mLanguageSwitchKeyEnabled = languageSwitchKeyEnabled;
289 mParams.mDisableTouchPositionCorrectionDataForTest = true;
293 if (mParams.mOrientation == Configuration.ORIENTATION_UNDEFINED)
295 if (mParams.mSubtype == null)
299 final String keyboardLayoutSetName = mParams.mKeyboardLayoutSetName;
308 return new KeyboardLayoutSet(mContext, mParams);
374 mParams.mKeyboardLayoutSetElementIdToParamsMap.put(elementName, elementParams);