Home
last modified time | relevance | path

Searched refs:mSelectionRunnable (Results 1 – 1 of 1) sorted by relevance

/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewController.java71 private final Runnable mSelectionRunnable = this::selectCard; field in WalletPanelViewController
127 mHandler.removeCallbacks(mSelectionRunnable); in onDismissed()
256 mHandler.removeCallbacks(mSelectionRunnable); in selectCard()
264 mHandler.postDelayed(mSelectionRunnable, SELECTION_DELAY_MILLIS); in selectCard()