Home
last modified time | relevance | path

Searched refs:titleContainer (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java1624 FrameLayout titleContainer = findViewById(R.id.title_container); in onIntChanged() local
1625 if (titleContainer != null) { in onIntChanged()
1626 mLayoutInflater.inflate(value, titleContainer); in onIntChanged()
2745 final View titleContainer = findViewById(R.id.title_container);
2746 if (titleContainer != null) {
2747 titleContainer.setVisibility(View.GONE);