Searched refs:mViewCandidateList (Results 1 – 1 of 1) sorted by relevance
81 private LinearLayout mViewCandidateList; field in TextCandidates1LineViewManager347 mViewCandidateList = (LinearLayout)mViewBody.findViewById(R.id.candidates_view_1line); in createNormalCandidateView()351 mViewCandidateList.addView(new CandidateTextView(context, in createNormalCandidateView()368 mViewCandidateList.setMinimumHeight(mCandidateMinimumHeight); in setViewType()370 mViewCandidateList.setMinimumHeight(-1); in setViewType()480 (CandidateTextView) mViewCandidateList.getChildAt(mWordCount); in setCandidate()494 int candidateNum = mViewCandidateList.getChildCount(); in clearNormalViewCandidate()496 View v = mViewCandidateList.getChildAt(i); in clearNormalViewCandidate()