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