Searched defs:editor (Results 1 - 9 of 9) sorted by relevance
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
H A D | InputViewManager.java | 58 * @param editor The information about the editor 60 public void setPreferences(SharedPreferences pref, EditorInfo editor); argument
|
H A D | OpenWnnEN.java | 245 * Get the shift key state from the editor. 247 * @param editor Editor 251 protected int getShiftKeyState(EditorInfo editor) { argument 252 return (getCurrentInputConnection().getCursorCapsMode(editor.inputType) == 0) ? 0 : 1; 955 * Fits an editor info. 958 * @param info The editor info.
|
H A D | DefaultSoftKeyboard.java | 660 public void setPreferences(SharedPreferences pref, EditorInfo editor) { argument
|
H A D | OpenWnnJAJP.java | 2190 * Get the shift key state from the editor. 2192 * @param editor The editor 2195 protected int getShiftKeyState(EditorInfo editor) { argument 2196 return (getCurrentInputConnection().getCursorCapsMode(editor.inputType) == 0) ? 0 : 1; 2259 * Fits an editor info. 2262 * @param info The editor info.
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
H A D | Editor.java | 37 public void onDeleted(Editor editor); argument 50 * Prepare this editor for the given {@link ValuesDelta}, which
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
H A D | DefaultSoftKeyboardEN.java | 93 * Get the shift key state from the editor. 95 * @param editor The information of editor 98 private int getShiftKeyState(EditorInfo editor) { argument 101 int caps = connection.getCursorCapsMode(editor.inputType); 147 @Override public void setPreferences(SharedPreferences pref, EditorInfo editor) { argument 148 super.setPreferences(pref, editor); 153 switch (editor.inputType & EditorInfo.TYPE_MASK_CLASS) {
|
/packages/apps/Contacts/src/com/android/contacts/ui/widget/ |
H A D | KindSectionView.java | 88 public void onDeleted(Editor editor) { argument 170 final GenericEditorView editor = (GenericEditorView)mInflater.inflate( 172 editor.setValues(mKind, entry, mState, mReadOnly, mViewIdGenerator); 176 editor.mDelete.setVisibility((mKind.isList || (entryIndex != 0)) 178 editor.setEditorListener(this); 179 mEditors.addView(editor);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
H A D | DefaultSoftKeyboardJAJP.java | 685 @Override public void setPreferences(SharedPreferences pref, EditorInfo editor) { argument 692 super.setPreferences(pref, editor); 694 int inputType = editor.inputType; 1112 * Get the shift key state from the editor. 1114 * @param editor The editor information 1117 protected int getShiftKeyState(EditorInfo editor) { argument 1120 int caps = connection.getCursorCapsMode(editor.inputType);
|
/packages/apps/Contacts/src/com/android/contacts/ui/ |
H A D | EditContactActivity.java | 166 // Build editor and listen for photo requests 418 BaseContactEditorView editor; 420 editor = (BaseContactEditorView) inflater.inflate(R.layout.item_contact_editor, 423 editor = (BaseContactEditorView) inflater.inflate( 426 PhotoEditorView photoEditor = editor.getPhotoEditor(); 430 mContent.addView(editor); 431 editor.setState(entity, source, mViewIdGenerator); 434 // Show editor now that we've loaded state 447 public PhotoListener(long rawContactId, boolean readOnly, PhotoEditorView editor) { argument 450 mEditor = editor; 453 onDeleted(Editor editor) argument 1163 onDeleted(Editor editor) argument [all...] |
Completed in 49 milliseconds