Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java73 private boolean mShowHistoricMessages; field in MessagingLayout
580 mShowHistoricMessages = show; in showHistoricMessages()
588 existing.setVisibility(mShowHistoricMessages ? VISIBLE : GONE); in updateHistoricMessageVisibility()
DConversationLayout.java95 private boolean mShowHistoricMessages; field in ConversationLayout
1380 mShowHistoricMessages = show; in showHistoricMessages()
1388 existing.setVisibility(mShowHistoricMessages ? VISIBLE : GONE); in updateHistoricMessageVisibility()