Searched refs:mSelectionRunnable (Results 1 – 1 of 1) sorted by relevance
75 private final Runnable mSelectionRunnable = this::selectCard; field in WalletScreenController209 mHandler.removeCallbacks(mSelectionRunnable); in selectCard()217 mHandler.postDelayed(mSelectionRunnable, SELECTION_DELAY_MILLIS); in selectCard()268 mHandler.removeCallbacks(mSelectionRunnable); in onDismissed()