Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DISystemGestureExclusionListener.aidl39 void onSystemGestureExclusionChanged(int displayId, in Region systemGestureExclusion, in onSystemGestureExclusionChanged() method
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DSystemGestureExclusionListenerCompat.java36 public void onSystemGestureExclusionChanged(int displayId,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DEdgeBackGestureHandler.java110 public void onSystemGestureExclusionChanged(int displayId,
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java961 public void onSystemGestureExclusionChanged(int displayId, Region systemGestureExclusion,
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java759 public void onSystemGestureExclusionChanged(int displayId, Region actual, in testUpdateSystemGestureExclusion()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java5168 .onSystemGestureExclusionChanged(mDisplayId, systemGestureExclusion, in updateSystemGestureExclusion()
5362 listener.onSystemGestureExclusionChanged(mDisplayId, mSystemGestureExclusion, in registerSystemGestureExclusionListener()