Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DGestureExclusionManager.kt44 exclusionRegion: Region?, in onSystemGestureExclusionChanged()
51 lastExclusionRegion = exclusionRegion in onSystemGestureExclusionChanged()
54 it.onGestureExclusionChanged(exclusionRegion, unrestrictedOrNull) in onSystemGestureExclusionChanged()
99 fun onGestureExclusionChanged(exclusionRegion: Region?, unrestrictedOrNull: Region?) in onGestureExclusionChanged()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationDeviceState.java265 public void onGestureExclusionChanged(@Nullable Region exclusionRegion, in onGestureExclusionChanged() argument
267 mExclusionRegion = exclusionRegion != null in onGestureExclusionChanged()
268 ? exclusionRegion : GestureExclusionManager.EMPTY_REGION; in onGestureExclusionChanged()