Searched refs:mViewCandidateList2nd (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java106 /** Base of {@code mViewCandidateList1st}, {@code mViewCandidateList2nd} */
113 private AbsoluteLayout mViewCandidateList2nd; field in class:TextCandidatesViewManager
467 mViewCandidateList2nd = (AbsoluteLayout)mViewBody.findViewById(R.id.candidates_2nd_view);
653 mViewCandidateList2nd.setVisibility(View.GONE);
668 mViewCandidateList2nd.setVisibility(View.VISIBLE);
903 mViewCandidateList2nd.updateViewLayout(mFullViewPrevView, mFullViewPrevParams);
921 ViewGroup layout = mViewCandidateList2nd;
929 ViewGroup.LayoutParams params = buildLayoutParams(mViewCandidateList2nd, width, height);
936 mViewCandidateList2nd.addView(textView);
938 mViewCandidateList2nd
[all...]

Completed in 93 milliseconds