HomeSort by relevance Sort by last modified time
    Searched defs:openwnn (Results 26 - 50 of 53) sorted by null

12 3

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
Romkan.java 17 package jp.co.omronsoft.openwnn.JAJP;
19 import jp.co.omronsoft.openwnn.*;
RomkanFullKatakana.java 17 package jp.co.omronsoft.openwnn.JAJP;
19 import jp.co.omronsoft.openwnn.LetterConverter;
20 import jp.co.omronsoft.openwnn.ComposingText;
21 import jp.co.omronsoft.openwnn.StrSegment;
KanaConverter.java 17 package jp.co.omronsoft.openwnn.JAJP;
24 import jp.co.omronsoft.openwnn.WnnDictionary;
25 import jp.co.omronsoft.openwnn.WnnPOS;
26 import jp.co.omronsoft.openwnn.WnnWord;
TutorialJAJP.java 33 package jp.co.omronsoft.openwnn.JAJP;
35 import jp.co.omronsoft.openwnn.*;
OpenWnnClauseConverterJAJP.java 17 package jp.co.omronsoft.openwnn.JAJP;
19 import jp.co.omronsoft.openwnn.*;
DefaultSoftKeyboardJAJP.java 17 package jp.co.omronsoft.openwnn.JAJP;
20 import jp.co.omronsoft.openwnn.*;
30 import jp.co.omronsoft.openwnn.Keyboard;
31 import jp.co.omronsoft.openwnn.BaseInputView;
32 import jp.co.omronsoft.openwnn.R;
318 if (OpenWnn.isXLarge()) {
327 /** @see jp.co.omronsoft.openwnn.DefaultSoftKeyboard#createKeyboards */
328 @Override protected void createKeyboards(OpenWnn parent) {
445 /** @see jp.co.omronsoft.openwnn.DefaultSoftKeyboard#initView */
446 @Override public View initView(OpenWnn parent, int width, int height)
    [all...]
OpenWnnEngineJAJP.java 17 package jp.co.omronsoft.openwnn.JAJP;
25 import jp.co.omronsoft.openwnn.CandidateFilter;
26 import jp.co.omronsoft.openwnn.ComposingText;
27 import jp.co.omronsoft.openwnn.OpenWnn;
28 import jp.co.omronsoft.openwnn.OpenWnnDictionaryImpl;
29 import jp.co.omronsoft.openwnn.StrSegmentClause;
30 import jp.co.omronsoft.openwnn.WnnClause;
31 import jp.co.omronsoft.openwnn.WnnDictionary;
32 import jp.co.omronsoft.openwnn.WnnEngine
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnEngine.java 17 package jp.co.omronsoft.openwnn;
22 * The interface of the text converter accessed from OpenWnn.
49 * OpenWnn calls this method when it is destroyed.
CandidatesViewManager.java 17 package jp.co.omronsoft.openwnn;
34 * The interface of candidates view manager used by {@link OpenWnn}.
48 * @see jp.co.omronsoft.openwnn.WnnWord
53 * @see jp.co.omronsoft.openwnn.WnnWord
58 * @see jp.co.omronsoft.openwnn.WnnWord
63 * @see jp.co.omronsoft.openwnn.WnnWord
79 * @param parent The OpenWnn object
85 public abstract View initView(OpenWnn parent, int width, int height);
117 * @see jp.co.omronsoft.openwnn.WnnEngine#getNextCandidate
ComposingText.java 17 package jp.co.omronsoft.openwnn;
82 Log.d("OpenWnn", "ComposingText["+i+"]");
83 Log.d("OpenWnn", " cur = " + mCursor[i]);
89 Log.d("OpenWnn", " str = "+tmp);
OpenWnnDictionaryImplJni.java 17 package jp.co.omronsoft.openwnn;
31 * @see jp.co.omronsoft.openwnn.WnnDictionary#APPROX_PATTERN_EN_TOUPPER
32 * @see jp.co.omronsoft.openwnn.OpenWnnDictionaryImplJni#setApproxPattern
38 * @see jp.co.omronsoft.openwnn.WnnDictionary#APPROX_PATTERN_EN_TOLOWER
39 * @see jp.co.omronsoft.openwnn.OpenWnnDictionaryImplJni#setApproxPattern
45 * @see jp.co.omronsoft.openwnn.WnnDictionary#APPROX_PATTERN_EN_QWERTY_NEAR
46 * @see jp.co.omronsoft.openwnn.OpenWnnDictionaryImplJni#setApproxPattern
52 * @see jp.co.omronsoft.openwnn.WnnDictionary#APPROX_PATTERN_EN_QWERTY_NEAR_UPPER
53 * @see jp.co.omronsoft.openwnn.OpenWnnDictionaryImplJni#setApproxPattern
59 * @see jp.co.omronsoft.openwnn.WnnDictionary#APPROX_PATTERN_JAJP_12KEY_NORMA
    [all...]
OpenWnnEvent.java 17 package jp.co.omronsoft.openwnn;
23 * The definition class of event message used by OpenWnn framework.
44 * This event makes {@link OpenWnn} to display conversion candidates from {@link ComposingText}.
51 * This event makes {@link OpenWnn} to display prediction candidates from {@link ComposingText}.
105 * If the event is not processed in {@link OpenWnn}, the event is thrown to the IME's client.
SymbolList.java 17 package jp.co.omronsoft.openwnn;
70 /** OpenWnn which has this instance */
71 private OpenWnn mWnn;
85 * @param parent OpenWnn instance which uses this.
88 public SymbolList(OpenWnn parent, int lang) {
160 Log.e("OpenWnn", "Ill-formatted keybaord resource file");
162 Log.e("OpenWnn", "Unable to read keyboard resource file");
182 /** @see jp.co.omronsoft.openwnn.WnnEngine#init */
185 /** @see jp.co.omronsoft.openwnn.WnnEngine#close */
188 /** @see jp.co.omronsoft.openwnn.WnnEngine#predict *
    [all...]
UserDictionaryToolsEdit.java 17 package jp.co.omronsoft.openwnn;
153 Log.e("OpenWnn", "onCreate() : Invaled Get Intent. ID=" + intent);
234 Log.e("OpenWnn", "onClick: Get Invalid ButtonID. ID=" + v.getId());
272 Log.e("OpenWnn", "doSaveAction: Invalid Add Status. Status=" + mRequestState);
395 Log.e("OpenWnn", "inputDataCheck() : over max string length.");
WnnDictionary.java 17 package jp.co.omronsoft.openwnn;
21 * The interface of dictionary searcher used by {@link OpenWnn}.
179 * @see jp.co.omronsoft.openwnn.WnnDictionary#APPROX_PATTERN_EN_TOUPPER
180 * @see jp.co.omronsoft.openwnn.WnnDictionary#APPROX_PATTERN_EN_TOLOWER
181 * @see jp.co.omronsoft.openwnn.WnnDictionary#APPROX_PATTERN_EN_QWERTY_NEAR
182 * @see jp.co.omronsoft.openwnn.WnnDictionary#APPROX_PATTERN_EN_QWERTY_NEAR_UPPER
215 * @see jp.co.omronsoft.openwnn.WnnDictionary#SEARCH_EXACT
216 * @see jp.co.omronsoft.openwnn.WnnDictionary#SEARCH_PREFIX
218 * @see jp.co.omronsoft.openwnn.WnnDictionary#ORDER_BY_FREQUENCY
219 * @see jp.co.omronsoft.openwnn.WnnDictionary#ORDER_BY_KE
    [all...]
OpenWnn.java 17 package jp.co.omronsoft.openwnn;
19 import jp.co.omronsoft.openwnn.JAJP.*;
39 import jp.co.omronsoft.openwnn.KeyAction;
42 * The OpenWnn IME's base class.
46 public class OpenWnn extends InputMethodService {
65 /** Flag for checking if the previous down key event is consumed by OpenWnn */
78 private static OpenWnn mCurrentIme;
86 public OpenWnn() {
211 Log.e("iWnn", "OpenWnn::onKeyLongPress() Unprocessing onCreate() ");
282 * OpenWnn
    [all...]
Keyboard.java 22 package jp.co.omronsoft.openwnn;
OpenWnnDictionaryImpl.java 17 package jp.co.omronsoft.openwnn;
345 * @see jp.co.omronsoft.openwnn.WnnDictionary#setInUseState
352 * @see jp.co.omronsoft.openwnn.WnnDictionary#setInUseState
357 mDbOpenHelper = new OpenWnnSQLiteOpenHelper(OpenWnn.getCurrentIme(), mDicFilePath);
366 * @see jp.co.omronsoft.openwnn.WnnDictionary#clearDictionary
380 * @see jp.co.omronsoft.openwnn.WnnDictionary#setDictionary
533 * @see jp.co.omronsoft.openwnn.WnnDictionary#searchWord
578 * @see jp.co.omronsoft.openwnn.WnnDictionary#searchWord
623 * @see jp.co.omronsoft.openwnn.WnnDictionary#getNextWord
630 * @see jp.co.omronsoft.openwnn.WnnDictionary#getNextWor
    [all...]
OpenWnnEN.java 17 package jp.co.omronsoft.openwnn;
19 import jp.co.omronsoft.openwnn.EN.*;
41 * The OpenWnn English IME class.
45 public class OpenWnnEN extends OpenWnn {
166 /* used by OpenWnn */
171 if (OpenWnn.getCurrentIme() != null) {
173 mConverterEN = new OpenWnnEngineEN("/data/data/jp.co.omronsoft.openwnn/writableEN.dic");
285 /** @see jp.co.omronsoft.openwnn.OpenWnn#onCreate */
291 mConverterEN = new OpenWnnEngineEN("/data/data/jp.co.omronsoft.openwnn/writableEN.dic")
    [all...]
TextCandidates1LineViewManager.java 16 package jp.co.omronsoft.openwnn;
83 /** {@link OpenWnn} instance using this manager */
84 private OpenWnn mWnn;
223 public View initView(OpenWnn parent, int width, int height) {
531 Log.d("OpenWnn", "NO VIBRATOR");
538 * This method notices the selected word to {@link OpenWnn}.
551 Log.e("OpenWnn", "TextCandidates1LineViewManager::selectCandidate Vibrator " + ex.toString());
558 Log.e("OpenWnn", "TextCandidates1LineViewManager::selectCandidate Sound " + ex.toString());
UserDictionaryToolsList.java 17 package jp.co.omronsoft.openwnn;
384 Log.e("OpenWnn", "onCreateDialog : Invaled Get DialogID. ID=" + id);
DefaultSoftKeyboard.java 17 package jp.co.omronsoft.openwnn;
34 import jp.co.omronsoft.openwnn.Keyboard;
35 import jp.co.omronsoft.openwnn.KeyboardView;
36 import jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener;
155 /** OpenWnn instance which hold this software keyboard*/
156 protected OpenWnn mWnn;
365 * @param parent OpenWnn using the keyboards.
367 protected void createKeyboards(OpenWnn parent) {
550 * @see jp.co.omronsoft.openwnn.DefaultSoftKeyboard#KEYBOARD_QWERTY
551 * @see jp.co.omronsoft.openwnn.DefaultSoftKeyboard#KEYBOARD_12KE
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DefaultSoftKeyboardEN.java 17 package jp.co.omronsoft.openwnn.EN;
19 import jp.co.omronsoft.openwnn.*;
26 import jp.co.omronsoft.openwnn.Keyboard;
71 /** @see jp.co.omronsoft.openwnn.DefaultSoftKeyboard#createKeyboards */
72 @Override protected void createKeyboards(OpenWnn parent) {
125 /** @see jp.co.omronsoft.openwnn.DefaultSoftKeyboard#initView */
126 @Override public View initView(OpenWnn parent, int width, int height) {
147 /** @see jp.co.omronsoft.openwnn.DefaultSoftKeyboard#setPreferences */
202 /** @see jp.co.omronsoft.openwnn.DefaultSoftKeyboard#onKey */
OpenWnnEngineEN.java 17 package jp.co.omronsoft.openwnn.EN;
22 import jp.co.omronsoft.openwnn.*;
26 * The OpenWnn engine class for English IME.
42 /** OpenWnn dictionary */
81 "/data/data/jp.co.omronsoft.openwnn/lib/libWnnEngDic.so",
245 /** @see jp.co.omronsoft.openwnn.WnnEngine#init */
248 /** @see jp.co.omronsoft.openwnn.WnnEngine#close */
251 /** @see jp.co.omronsoft.openwnn.WnnEngine#predict */
282 /** @see jp.co.omronsoft.openwnn.WnnEngine#convert */
288 /** @see jp.co.omronsoft.openwnn.WnnEngine#searchWords *
    [all...]
TutorialEN.java 33 package jp.co.omronsoft.openwnn.EN;
35 import jp.co.omronsoft.openwnn.*;

Completed in 3429 milliseconds

12 3