Searched refs:dialogTitleView (Results 1 – 2 of 2) sorted by relevance
150 final View dialogTitleView = View.inflate(this, R.layout.cache_clearing_dialog, null); in createLoadingDialog() local151 final TextView titleText = dialogTitleView.findViewById(R.id.dialog_title); in createLoadingDialog()159 .setCustomTitle(dialogTitleView) in createLoadingDialog()164 dialogTitleView.findViewById(R.id.dialog_icon).setVisibility(View.GONE); in createLoadingDialog()179 final View dialogTitleView = View.inflate(this, R.layout.cache_clearing_dialog, null); in createActionDialog() local180 final TextView titleText = dialogTitleView.findViewById(R.id.dialog_title); in createActionDialog()183 .setCustomTitle(dialogTitleView) in createActionDialog()
146 View dialogTitleView = View.inflate(this, R.layout.media_projection_dialog_title, null); in onCreate() local147 TextView titleText = (TextView) dialogTitleView.findViewById(R.id.dialog_title); in onCreate()151 .setCustomTitle(dialogTitleView) in onCreate()