Searched refs:CandidateView (Results 1 – 5 of 5) sorted by relevance
187 CandidateView cv = (CandidateView) mFlipper.getChildAt(i); in initialize()207 CandidateView cv = (CandidateView) mFlipper.getChildAt(i); in showCandidates()212 CandidateView cv = (CandidateView) mFlipper.getCurrentView(); in showCandidates()224 CandidateView cv = (CandidateView) mFlipper.getCurrentView(); in enableActiveHighlight()251 CandidateView cv = (CandidateView) mFlipper.getCurrentView(); in activeCurseBackward()266 CandidateView cv = (CandidateView) mFlipper.getCurrentView(); in activeCurseForward()284 CandidateView cv = (CandidateView) mFlipper.getChildAt(child); in pageBackward()285 CandidateView cvNext = (CandidateView) mFlipper.getChildAt(childNext); in pageBackward()311 CandidateView cv = (CandidateView) mFlipper.getChildAt(child); in pageForward()315 CandidateView cvNext = (CandidateView) mFlipper.getChildAt(childNext); in pageForward()[all …]
41 public class CandidateView extends View { class227 public CandidateView(Context context, AttributeSet attrs) { in CandidateView() method in CandidateView
32 private CandidateView mCandidates;50 mCandidates = (CandidateView) findViewById(R.id.candidates); in initViews()
42 public class CandidateView extends View { class113 public CandidateView(Context context, AttributeSet attrs) { in CandidateView() method in CandidateView
97 private CandidateView mCandidateView;243 mCandidateView = (CandidateView) mCandidateViewContainer.findViewById(R.id.candidates); in onCreateCandidatesView()