Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationInput.java39 protected ConversationInputBase mConversationInputBase; field in ConversationInput
45 mConversationInputBase = baseHost; in ConversationInput()
51 mConversationInputBase.showHideInternal(this, false /* show */, true /* animate */); in onBackPressed()
67 mConversationInputBase.showHideInternal(this, !mShowing /* show */, true /* animate */); in toggle()
72 savedState.putBoolean(mConversationInputBase.getInputStateKey(this), mShowing); in saveState()
77 if (savedState.getBoolean(mConversationInputBase.getInputStateKey(this))) { in restoreState()
78 mConversationInputBase.showHideInternal(this, true /* show */, false /* animate */); in restoreState()
95 mConversationInputBase.beginUpdate(); in onVisibilityChanged()
98 mConversationInputBase.handleOnShow(this); in onVisibilityChanged()
100 mConversationInputBase.endUpdate(); in onVisibilityChanged()
DConversationSimSelector.java57 mConversationInputBase.showHideInternal(ConversationSimSelector.this, in onSubscriptionListDataLoaded()