Home
last modified time | relevance | path

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

/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewController.java70 private final Runnable mSelectionRunnable = this::selectCard; field in WalletPanelViewController
126 mHandler.removeCallbacks(mSelectionRunnable); in onDismissed()
255 mHandler.removeCallbacks(mSelectionRunnable); in selectCard()
263 mHandler.postDelayed(mSelectionRunnable, SELECTION_DELAY_MILLIS); in selectCard()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletScreenController.java73 private final Runnable mSelectionRunnable = this::selectCard; field in WalletScreenController
196 mHandler.removeCallbacks(mSelectionRunnable); in selectCard()
204 mHandler.postDelayed(mSelectionRunnable, SELECTION_DELAY_MILLIS); in selectCard()
257 mHandler.removeCallbacks(mSelectionRunnable); in onDismissed()