Searched refs:mJumpOutButton (Results 1 – 1 of 1) sorted by relevance
48 Button mJumpOutButton; field in TestInteractionActivity80 mJumpOutButton = (Button)findViewById(R.id.jump); in onCreate()81 mJumpOutButton.setOnClickListener(this); in onCreate()153 } else if (v == mJumpOutButton) { in onClick()