Searched defs:mFocusedConversationRunnable (Results 1 - 1 of 1) sorted by relevance

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

Completed in 209 milliseconds