Searched refs:titleContainer (Results 1 – 1 of 1) sorted by relevance
1750 FrameLayout titleContainer = findViewById(R.id.title_container); in onIntChanged() local1751 if (titleContainer != null) { in onIntChanged()1752 mLayoutInflater.inflate(value, titleContainer); in onIntChanged()2936 final View titleContainer = findViewById(R.id.title_container);2937 if (titleContainer != null) {2938 titleContainer.setVisibility(View.GONE);