Searched refs:mPauseButton (Results 1 – 1 of 1) sorted by relevance
95 private ImageButton mPauseButton; field in MediaController260 mPauseButton = (ImageButton) v.findViewById(com.android.internal.R.id.pause); in initControllerView()261 if (mPauseButton != null) { in initControllerView()262 mPauseButton.requestFocus(); in initControllerView()263 mPauseButton.setOnClickListener(mPauseListener); in initControllerView()323 if (mPauseButton != null && !mPlayer.canPause()) { in disableUnsupportedButtons()324 mPauseButton.setEnabled(false); in disableUnsupportedButtons()349 if (mPauseButton != null) { in show()350 mPauseButton.requestFocus(); in show()486 if (mPauseButton != null) { in dispatchKeyEvent()[all …]