Searched refs:mConversationInputBase (Results 1 – 2 of 2) sorted by relevance
39 protected ConversationInputBase mConversationInputBase; field in ConversationInput45 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()
57 mConversationInputBase.showHideInternal(ConversationSimSelector.this, in onSubscriptionListDataLoaded()