Home | History | Annotate | Download | only in browser

Lines Matching refs:mCancelButton

96     private View        mCancelButton;
262 } else if (v == mCancelButton) {
648 mCancelButton = findViewById(R.id.cancel);
649 mCancelButton.setOnClickListener(this);