Searched refs:mFocusedConversationRunnable (Results 1 – 1 of 1) sorted by relevance
99 private final Runnable mFocusedConversationRunnable = new Runnable() { field in TwoPaneController249 mHandler.removeCallbacks(mFocusedConversationRunnable); in onDestroy()470 mHandler.removeCallbacks(mFocusedConversationRunnable); in onConversationVisibilityChanged()471 mHandler.postDelayed(mFocusedConversationRunnable, FOCUSED_CONVERSATION_DELAY_MS); in onConversationVisibilityChanged()