Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletScreenController.java75 private final Runnable mSelectionRunnable = this::selectCard; field in WalletScreenController
209 mHandler.removeCallbacks(mSelectionRunnable); in selectCard()
217 mHandler.postDelayed(mSelectionRunnable, SELECTION_DELAY_MILLIS); in selectCard()
268 mHandler.removeCallbacks(mSelectionRunnable); in onDismissed()