Searched refs:titleContainer (Results 1 – 1 of 1) sorted by relevance
1673 FrameLayout titleContainer = findViewById(R.id.title_container); in onIntChanged() local1674 if (titleContainer != null) { in onIntChanged()1675 mLayoutInflater.inflate(value, titleContainer); in onIntChanged()2823 final View titleContainer = findViewById(R.id.title_container);2824 if (titleContainer != null) {2825 titleContainer.setVisibility(View.GONE);