Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DDualHeightHorizontalLinearLayout.kt60 private val textViewId: Int
101 textViewId = ta.getResourceId(R.styleable.DualHeightHorizontalLinearLayout_textViewId, 0)
136 textView = findViewById(textViewId)
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java7661 .textViewId(R.id.big_text) in makeBigContentView()
12284 public StandardTemplateParams textViewId(int textViewId) { in textViewId() argument
12285 mTextViewId = textViewId; in textViewId()