Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DBouncerSwipeTouchHandler.java245 int lowestBottom = Math.min(Math.max(0, exclusionRect.bottom), minAllowableBottom); in getTouchInitiationRegion() local
246 normalRegion.top = Math.max(normalRegion.top, lowestBottom); in getTouchInitiationRegion()