Searched refs:mDetailSettingsButton (Results 1 – 1 of 1) sorted by relevance
56 private final TextView mDetailSettingsButton; field in QSPanel93 mDetailSettingsButton = (TextView) mDetail.findViewById(android.R.id.button2); in QSPanel()121 mDetailSettingsButton.setText(R.string.quick_settings_more_settings); in updateDetailText()169 FontSizeUtils.updateFontSize(mDetailSettingsButton, R.dimen.qs_detail_button_text_size); in onConfigurationChanged()363 mDetailSettingsButton.setVisibility(settingsIntent != null ? VISIBLE : GONE); in handleShowDetailImpl()364 mDetailSettingsButton.setOnClickListener(new OnClickListener() { in handleShowDetailImpl()