Home
last modified time | relevance | path

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

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