HomeSort by relevance Sort by last modified time
    Searched refs:TextCandidates1LineViewManager (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 55 public class TextCandidates1LineViewManager extends CandidatesViewManager {
197 public TextCandidates1LineViewManager() {
206 public TextCandidates1LineViewManager(int displayLimit) {
551 Log.e("OpenWnn", "TextCandidates1LineViewManager::selectCandidate Vibrator " + ex.toString());
558 Log.e("OpenWnn", "TextCandidates1LineViewManager::selectCandidate Sound " + ex.toString());
OpenWnn.java 74 /** TextCandidates1LineViewManager */
75 protected TextCandidates1LineViewManager mTextCandidates1LineViewManager = null;
106 new TextCandidates1LineViewManager(OpenWnnEngineJAJP.LIMIT_OF_CANDIDATES_1LINE);

Completed in 47 milliseconds