Searched refs:mButtonRight (Results 1 – 1 of 1) sorted by relevance
29 private View mButtonRight; field in CandidateViewContainer46 mButtonRight = findViewById(R.id.candidate_right); in initViews()47 if (mButtonRight != null) { in initViews()48 mButtonRight.setOnTouchListener(this); in initViews()74 if (v == mButtonRight) {