Searched refs:mSelectionRunnable (Results 1 – 2 of 2) sorted by relevance
70 private final Runnable mSelectionRunnable = this::selectCard; field in WalletPanelViewController126 mHandler.removeCallbacks(mSelectionRunnable); in onDismissed()255 mHandler.removeCallbacks(mSelectionRunnable); in selectCard()263 mHandler.postDelayed(mSelectionRunnable, SELECTION_DELAY_MILLIS); in selectCard()
73 private final Runnable mSelectionRunnable = this::selectCard; field in WalletScreenController196 mHandler.removeCallbacks(mSelectionRunnable); in selectCard()204 mHandler.postDelayed(mSelectionRunnable, SELECTION_DELAY_MILLIS); in selectCard()257 mHandler.removeCallbacks(mSelectionRunnable); in onDismissed()