Searched refs:titleContainer (Results 1 – 1 of 1) sorted by relevance
1603 FrameLayout titleContainer = findViewById(R.id.title_container); in onIntChanged() local1604 if (titleContainer != null) { in onIntChanged()1605 mLayoutInflater.inflate(value, titleContainer); in onIntChanged()2703 final View titleContainer = findViewById(R.id.title_container);2704 if (titleContainer != null) {2705 titleContainer.setVisibility(View.GONE);