Searched refs:decorTitle (Results 1 – 1 of 1) sorted by relevance
53 final TextView decorTitle = (TextView) view.findViewById(R.id.decor_title); in onViewCreated() local54 decorTitle.setText(getPreferenceScreen().getTitle()); in onViewCreated()