Searched refs:mSystemGestureExclusionZone (Results 1 – 1 of 1) sorted by relevance
63 private final Rect mSystemGestureExclusionZone = new Rect(); field in WalletCardCarousel174 mSystemGestureExclusionZone.set(0, 0, width, getHeight()); in onLayout()175 setSystemGestureExclusionRects(Collections.singletonList(mSystemGestureExclusionZone)); in onLayout()