Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DNotificationHeaderView.java192 View appNameText = findViewById(R.id.app_name_text); in styleTextAsTitle() local
193 if (appNameText instanceof TextView) { in styleTextAsTitle()
194 ((TextView) appNameText).setTextAppearance(styleResId); in styleTextAsTitle()