Searched refs:mStopCastingButton (Results 1 – 2 of 2) sorted by relevance
128 private Button mStopCastingButton; field in MediaRouteControllerDialog360 mStopCastingButton = findViewById(BUTTON_STOP_RES_ID); in onCreate()361 mStopCastingButton.setText(R.string.mr_controller_stop_casting); in onCreate()362 mStopCastingButton.setTextColor(color); in onCreate()363 mStopCastingButton.setOnClickListener(listener); in onCreate()
131 private Button mStopCastingButton; field in MediaRouteControllerDialog366 mStopCastingButton = findViewById(BUTTON_STOP_RES_ID); in onCreate()367 mStopCastingButton.setText( in onCreate()369 mStopCastingButton.setTextColor(color); in onCreate()370 mStopCastingButton.setOnClickListener(listener); in onCreate()