Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
DBrightnessSliderView.java52 private final Rect mSystemGestureExclusionRect = new Rect(); field in BrightnessSliderView
194 mSystemGestureExclusionRect.set(-horizontalMargin, 0, right - left + horizontalMargin, in onLayout()
196 setSystemGestureExclusionRects(Collections.singletonList(mSystemGestureExclusionRect)); in onLayout()