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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidates1LineViewManager.java73 private ViewGroup mViewBody; field in class:TextCandidates1LineViewManager
233 mViewBody = (ViewGroup)inflater.inflate(R.layout.candidates_1line, null);
234 mViewBodyScroll = (HorizontalScrollView)mViewBody.findViewById(R.id.candview_scroll_1line);
255 mLeftMoreButton = (ImageView)mViewBody.findViewById(R.id.left_more_imageview);
280 mRightMoreButton = (ImageView)mViewBody.findViewById(R.id.right_more_imageview);
340 return mViewBody;
347 mViewCandidateList = (LinearLayout)mViewBody.findViewById(R.id.candidates_view_1line);
360 return mViewBody;
373 if (mViewBody.isShown()) {
439 if (!(mViewBody
[all...]
H A DTextCandidatesViewManager.java98 private ViewGroup mViewBody = null; field in class:TextCandidatesViewManager
456 mViewBody = (ViewGroup)inflater.inflate(R.layout.candidates, null);
458 mViewTabSymbol = (TextView)mViewBody.findViewById(R.id.candview_symbol);
459 mViewTabEmoticon = (TextView)mViewBody.findViewById(R.id.candview_emoticon);
461 mViewBodyScroll = (ScrollView)mViewBody.findViewById(R.id.candview_scroll);
463 mViewCandidateBase = (ViewGroup)mViewBody.findViewById(R.id.candview_base);
467 mViewCandidateList2nd = (AbsoluteLayout)mViewBody.findViewById(R.id.candidates_2nd_view);
471 mReadMoreButton = (ImageView)mViewBody.findViewById(R.id.read_more_button);
545 return mViewBody;
552 mViewCandidateList1st = (LinearLayout)mViewBody
[all...]

Completed in 12 milliseconds