Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DGestureExclusionManager.kt54 it.onGestureExclusionChanged(exclusionRegion, unrestrictedOrNull) in onSystemGestureExclusionChanged()
78 listener.onGestureExclusionChanged(lastExclusionRegion, lastUnrestrictedOrNull) in addListener()
99 fun onGestureExclusionChanged(exclusionRegion: Region?, unrestrictedOrNull: Region?) in onGestureExclusionChanged() method
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/util/
DGestureExclusionManagerTest.kt112 verify(listener1).onGestureExclusionChanged(r1, r2) in onSystemGestureExclusionChanged_dispatches_to_listeners()
113 verify(listener2).onGestureExclusionChanged(r1, r2) in onSystemGestureExclusionChanged_dispatches_to_listeners()
128 verify(listener2).onGestureExclusionChanged(r1, r2) in addLister_dispatches_second_time()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationDeviceState.java265 public void onGestureExclusionChanged(@Nullable Region exclusionRegion, in onGestureExclusionChanged() method in RecentsAnimationDeviceState