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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 73 private ViewGroup mViewBody;
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.isShown()))
    [all...]
TextCandidatesViewManager.java 98 private ViewGroup mViewBody = null;
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.findViewById(R.id.candidates_1st_view)
    [all...]

Completed in 98 milliseconds