Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTwoPaneLayout.java140 public interface ConversationListLayoutListener { interface in TwoPaneLayout
454 final List<ConversationListLayoutListener> layoutListeners = in onTransitionComplete()
456 for (ConversationListLayoutListener listener : layoutListeners) { in onTransitionComplete()
DTwoPaneController.java66 private List<TwoPaneLayout.ConversationListLayoutListener> mConversationListLayoutListeners =
966 TwoPaneLayout.ConversationListLayoutListener listener) { in addConversationListLayoutListener()
970 public List<TwoPaneLayout.ConversationListLayoutListener> getConversationListLayoutListeners() { in getConversationListLayoutListeners()
DActivityController.java289 void addConversationListLayoutListener(TwoPaneLayout.ConversationListLayoutListener listener); in addConversationListLayoutListener()
DCustomViewToolbar.java39 TwoPaneLayout.ConversationListLayoutListener {
DMaterialSearchViewController.java43 TwoPaneLayout.ConversationListLayoutListener {
DOnePaneController.java558 TwoPaneLayout.ConversationListLayoutListener listener) { in addConversationListLayoutListener()