Searched refs:mSystemGestureExclusionRect (Results 1 – 1 of 1) sorted by relevance
52 private final Rect mSystemGestureExclusionRect = new Rect(); field in BrightnessSliderView194 mSystemGestureExclusionRect.set(-horizontalMargin, 0, right - left + horizontalMargin, in onLayout()196 setSystemGestureExclusionRects(Collections.singletonList(mSystemGestureExclusionRect)); in onLayout()