Home
last modified time | relevance | path

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

/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
DMediaRouteControllerDialog.java128 private Button mStopCastingButton; field in MediaRouteControllerDialog
360 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()
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
DMediaRouteControllerDialog.java131 private Button mStopCastingButton; field in MediaRouteControllerDialog
366 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()