Home
last modified time | relevance | path

Searched refs:TOUCHABLE_INSETS_REGION (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/
DTouchableRegionViewController.kt42 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DRegionInterceptingFrameLayout.java62 internalInsetsInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
/frameworks/base/packages/SystemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/
DSampleOverlayPlugin.java97 inoutInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuMessageView.java121 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
DMenuView.java104 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
DMenuViewLayer.java401 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
/frameworks/base/core/java/android/inputmethodservice/
DNavigationBarController.java348 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION: in updateTouchableInsets()
364 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in updateTouchableInsets()
DInputMethodService.java1571 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/
DTaskView.java265 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragLayout.java25 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/
DStatusBarTouchableRegionManager.java306 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DDraggableConstraintLayout.java191 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
DScreenshotShelfViewProxy.kt118 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION) in <lambda>()
DScreenshotView.java268 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java21 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
307 if (w.mTouchableInsets != TOUCHABLE_INSETS_REGION) { in populateInputWindowHandle()
DImmersiveModeConfirmation.java302 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
DWindowState.java34 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/
DBubbleBarLayerView.java160 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DImmersiveModeConfirmation.java379 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
/frameworks/base/core/java/android/view/
DViewTreeObserver.java288 public static final int TOUCHABLE_INSETS_REGION = 3; field in ViewTreeObserver.InternalInsetsInfo
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java1075 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/
DLocalFloatingToolbarPopup.java133 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java659 info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in NavigationBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java457 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java1677 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()

12