Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DConversationLayout.java1229 ViewGroup newContainer; in updateExpandButton() local
1234 newContainer = mExpandButtonAndContentContainer; in updateExpandButton()
1240 newContainer = this; in updateExpandButton()
1247 if (newContainer != mExpandButtonContainer.getParent()) { in updateExpandButton()
1249 newContainer.addView(mExpandButtonContainer); in updateExpandButton()