Searched refs:mSelectionRunnable (Results 1 – 1 of 1) sorted by relevance
71 private final Runnable mSelectionRunnable = this::selectCard; field in WalletPanelViewController127 mHandler.removeCallbacks(mSelectionRunnable); in onDismissed()256 mHandler.removeCallbacks(mSelectionRunnable); in selectCard()264 mHandler.postDelayed(mSelectionRunnable, SELECTION_DELAY_MILLIS); in selectCard()