/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/ |
D | TouchableRegionViewController.kt | 42 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | RegionInterceptingFrameLayout.java | 62 internalInsetsInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
|
/frameworks/base/packages/SystemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/ |
D | SampleOverlayPlugin.java | 97 inoutInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | MenuMessageView.java | 121 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
D | MenuView.java | 104 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
D | MenuViewLayer.java | 401 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | NavigationBarController.java | 348 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION: in updateTouchableInsets() 364 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in updateTouchableInsets()
|
D | InputMethodService.java | 1571 public static final int TOUCHABLE_INSETS_REGION field in InputMethodService.Insets 1572 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/ |
D | TaskView.java | 265 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
D | DragLayout.java | 25 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION; 159 inOutInfo.setTouchableInsets(TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarTouchableRegionManager.java | 306 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | DraggableConstraintLayout.java | 191 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
D | ScreenshotShelfViewProxy.kt | 118 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION) in <lambda>()
|
D | ScreenshotView.java | 268 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputMonitor.java | 21 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION; 307 if (w.mTouchableInsets != TOUCHABLE_INSETS_REGION) { in populateInputWindowHandle()
|
D | ImmersiveModeConfirmation.java | 302 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
|
D | WindowState.java | 34 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION; 2713 if (modal && mTouchableInsets == TOUCHABLE_INSETS_REGION) { in getSurfaceTouchableRegion() 3511 case TOUCHABLE_INSETS_REGION: { in getTouchableRegion()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
D | BubbleBarLayerView.java | 160 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ImmersiveModeConfirmation.java | 379 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
|
/frameworks/base/core/java/android/view/ |
D | ViewTreeObserver.java | 288 public static final int TOUCHABLE_INSETS_REGION = 3; field in ViewTreeObserver.InternalInsetsInfo
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 1075 public static final int TOUCHABLE_INSETS_REGION field in VoiceInteractionSession.Insets 1076 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
|
/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/ |
D | LocalFloatingToolbarPopup.java | 133 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBar.java | 659 info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in NavigationBar()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogImpl.java | 457 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleStackView.java | 1677 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|