Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DConversationLayout.java136 private View mExpandButtonInnerContainer; field in ConversationLayout
267 mExpandButtonInnerContainer = findViewById(R.id.expand_button_inner_container); in onFinishInflate()
1259 mExpandButtonInnerContainer.setContentDescription(mContext.getText(contentDescriptionId)); in updateExpandButton()
1306 mExpandButtonInnerContainer.setOnClickListener(onClickListener); in updateExpandability()