Home
last modified time | relevance | path

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

/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletCardCarousel.java60 private final Rect mSystemGestureExclusionZone = new Rect(); field in WalletCardCarousel
143 mSystemGestureExclusionZone.set(0, 0, width, getHeight()); in onLayout()
144 setSystemGestureExclusionRects(Collections.singletonList(mSystemGestureExclusionZone)); in onLayout()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletCardCarousel.java63 private final Rect mSystemGestureExclusionZone = new Rect(); field in WalletCardCarousel
168 mSystemGestureExclusionZone.set(0, 0, width, getHeight()); in onLayout()
169 setSystemGestureExclusionRects(Collections.singletonList(mSystemGestureExclusionZone)); in onLayout()