Searched refs:mViewCandidateList2nd (Results 1 – 1 of 1) sorted by relevance
113 private AbsoluteLayout mViewCandidateList2nd; field in TextCandidatesViewManager467 mViewCandidateList2nd = (AbsoluteLayout)mViewBody.findViewById(R.id.candidates_2nd_view); in initView()653 mViewCandidateList2nd.setVisibility(View.GONE); in setViewLayout()668 mViewCandidateList2nd.setVisibility(View.VISIBLE); in setViewLayout()903 … mViewCandidateList2nd.updateViewLayout(mFullViewPrevView, mFullViewPrevParams); in setCandidate()921 ViewGroup layout = mViewCandidateList2nd; in setCandidate()929 ViewGroup.LayoutParams params = buildLayoutParams(mViewCandidateList2nd, width, height); in setCandidate()936 mViewCandidateList2nd.addView(textView); in setCandidate()938 mViewCandidateList2nd.updateViewLayout(textView, params); in setCandidate()1160 ViewGroup layout = mViewCandidateList2nd; in clearCandidates()