Searched refs:exclusionRegion (Results 1 – 2 of 2) sorted by relevance
44 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()
265 public void onGestureExclusionChanged(@Nullable Region exclusionRegion, in onGestureExclusionChanged() argument267 mExclusionRegion = exclusionRegion != null in onGestureExclusionChanged()268 ? exclusionRegion : GestureExclusionManager.EMPTY_REGION; in onGestureExclusionChanged()