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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
CandidatesViewManager.java 44 public static final int VIEW_TYPE_CLOSE = 2;
99 * {@link CandidatesViewManager#VIEW_TYPE_CLOSE}
108 * {@link CandidatesViewManager#VIEW_TYPE_CLOSE}
OpenWnnEN.java 315 mCandidatesViewManager.setViewType(CandidatesViewManager.VIEW_TYPE_CLOSE);
743 mCandidatesViewManager.setViewType(CandidatesViewManager.VIEW_TYPE_CLOSE);
    [all...]
TextCandidatesViewManager.java 118 /** View type (VIEW_TYPE_NORMAL or VIEW_TYPE_FULL or VIEW_TYPE_CLOSE) */
517 setViewType(CandidatesViewManager.VIEW_TYPE_CLOSE);
637 case CandidatesViewManager.VIEW_TYPE_CLOSE:
    [all...]
TextCandidates1LineViewManager.java 85 /** View type (VIEW_TYPE_NORMAL or VIEW_TYPE_FULL or VIEW_TYPE_CLOSE) */
338 setViewType(CandidatesViewManager.VIEW_TYPE_CLOSE);

Completed in 199 milliseconds