Searched refs:textViewId (Results 1 – 2 of 2) sorted by relevance
60 private val textViewId: Int101 textViewId = ta.getResourceId(R.styleable.DualHeightHorizontalLinearLayout_textViewId, 0)136 textView = findViewById(textViewId)
7661 .textViewId(R.id.big_text) in makeBigContentView()12284 public StandardTemplateParams textViewId(int textViewId) { in textViewId() argument12285 mTextViewId = textViewId; in textViewId()