Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTwoPaneController.java99 private final Runnable mFocusedConversationRunnable = new Runnable() { field in TwoPaneController
249 mHandler.removeCallbacks(mFocusedConversationRunnable); in onDestroy()
470 mHandler.removeCallbacks(mFocusedConversationRunnable); in onConversationVisibilityChanged()
471 mHandler.postDelayed(mFocusedConversationRunnable, FOCUSED_CONVERSATION_DELAY_MS); in onConversationVisibilityChanged()