Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DCandidateViewContainer.java29 private View mButtonRight; field in CandidateViewContainer
46 mButtonRight = findViewById(R.id.candidate_right); in initViews()
47 if (mButtonRight != null) { in initViews()
48 mButtonRight.setOnTouchListener(this); in initViews()
74 if (v == mButtonRight) {