Searched defs:mInputMethodSettingsButton (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodPreference.java62 private ImageView mInputMethodSettingsButton; field in class:InputMethodPreference
108 mInputMethodSettingsButton = (ImageView)view.findViewById(R.id.inputmethod_settings);
127 mInputMethodSettingsButton.setOnClickListener(
156 mInputMethodSettingsButton.setOnLongClickListener(listener);
159 mInputMethodSettingsButton.setVisibility(View.GONE);
181 if (mInputMethodSettingsButton != null) {
182 mInputMethodSettingsButton.setEnabled(checked);
183 mInputMethodSettingsButton.setClickable(checked);
184 mInputMethodSettingsButton.setFocusable(checked);
186 mInputMethodSettingsButton
[all...]

Completed in 80 milliseconds