Searched refs:clf (Results 1 – 2 of 2) sorted by relevance
371 final ConversationListFragment clf = getConversationListFragment(); in setDrawerState() local372 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() local937 if (clf != null) { in onInterceptKeyFromCV()938 clf.getListView().requestFocus(); in onInterceptKeyFromCV()
50 final ConversationListFragment clf = (ConversationListFragment) fragment; in onAttachFragment() local51 clf.setHost(this); in onAttachFragment()