Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTwoPaneController.java371 final ConversationListFragment clf = getConversationListFragment(); in setDrawerState() local
372 if (clf != null) { in setDrawerState()
373 clf.setNextFocusStartId(getClfNextFocusStartId()); in setDrawerState()
375 final SwipeableListView list = clf.getListView(); in setDrawerState()
936 ConversationListFragment clf = getConversationListFragment(); in onInterceptKeyFromCV() local
937 if (clf != null) { in onInterceptKeyFromCV()
938 clf.getListView().requestFocus(); in onInterceptKeyFromCV()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DForwardMessageActivity.java50 final ConversationListFragment clf = (ConversationListFragment) fragment; in onAttachFragment() local
51 clf.setHost(this); in onAttachFragment()