Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DAbsSeekBarTest.java104 mBar.setSystemGestureExclusionRects(Arrays.asList(new Rect(1, 2, 3, 4))); in testExclusionForThumb_passesThroughUserExclusions()
116 mBar.setSystemGestureExclusionRects(Arrays.asList(new Rect(3, 4, 5, 6))); in testExclusionForThumb_passesThroughUserExclusions()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
H A DBrightnessDialog.java108 v.setSystemGestureExclusionRects(List.of(bounds)); in onCreate()
/aosp14/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java757 public void setSystemGestureExclusionRects(@NonNull List<Rect> rects) {
766 super.setSystemGestureExclusionRects(mUserGestureExclusionRects);
775 super.setSystemGestureExclusionRects(mGestureExclusionRects);
H A DEditor.java5703 setSystemGestureExclusionRects(Collections.singletonList(new Rect(0, 0, w, h))); in onSizeChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuView.java377 parentView.setSystemGestureExclusionRects(Collections.singletonList(mBoundsInParent)); in updateSystemGestureExcludeRects()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitchTest.java171 verify(mSpyImageView).setSystemGestureExclusionRects(any(List.class)); in showButton_excludeSystemGestureArea()
214 verify(mSpyImageView).setSystemGestureExclusionRects(any(List.class)); in onDensityChanged_buttonIsShowing_updateResourcesAndLayout()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletCardCarousel.java175 setSystemGestureExclusionRects(Collections.singletonList(mSystemGestureExclusionZone)); in onLayout()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitch.java451 mImageView.setSystemGestureExclusionRects( in setSystemGestureExclusion()
H A DWindowMagnificationSettings.java683 mSettingView.setSystemGestureExclusionRects( in setSystemGestureExclusion()
H A DWindowMagnificationController.java293 mMirrorView.setSystemGestureExclusionRects(Collections.singletonList( in WindowMagnificationController()
/aosp14/frameworks/base/core/java/android/view/
H A DWindow.java2689 public void setSystemGestureExclusionRects(@NonNull List<Rect> rects) { in setSystemGestureExclusionRects() method in Window
H A DView.java12060 public void setSystemGestureExclusionRects(@NonNull List<Rect> rects) { in setSystemGestureExclusionRects() method in View
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java1710 mBubbleContainer.setSystemGestureExclusionRects(mSystemGestureExclusionRects); in updateSystemGestureExcludeRects()
1713 mBubbleContainer.setSystemGestureExclusionRects(Collections.emptyList()); in updateSystemGestureExcludeRects()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1247 rootView.setSystemGestureExclusionRects(exclusionRects); in setImeExclusionRect()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java3972 public void setSystemGestureExclusionRects(@NonNull List<Rect> rects) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1517 mView.setSystemGestureExclusionRects(exclusionRect.isEmpty() ? Collections.emptyList() in updateGestureExclusionRect()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52619 … method public void setSystemGestureExclusionRects(@NonNull java.util.List<android.graphics.Rect>);
53652 … method public void setSystemGestureExclusionRects(@NonNull java.util.List<android.graphics.Rect>);
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17869 HSPLandroid/view/View;->setSystemGestureExclusionRects(Ljava/util/List;)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17933 HSPLandroid/view/View;->setSystemGestureExclusionRects(Ljava/util/List;)V