/frameworks/base/core/java/android/inputmethodservice/ |
D | NavigationBarController.java | 66 @NonNull ViewTreeObserver.InternalInsetsInfo dest) { in updateTouchableInsets() 113 @NonNull ViewTreeObserver.InternalInsetsInfo dest) { in updateTouchableInsets() 305 @NonNull ViewTreeObserver.InternalInsetsInfo dest) { in updateTouchableInsets() 321 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME: in updateTouchableInsets() 330 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT: in updateTouchableInsets() 339 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE: in updateTouchableInsets() 348 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION: in updateTouchableInsets() 364 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in updateTouchableInsets()
|
D | InputMethodService.java | 731 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME); 1551 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME; 1558 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT; 1565 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE; 1572 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | RegionInterceptingFrameLayout.java | 24 import android.view.ViewTreeObserver.InternalInsetsInfo; 62 internalInsetsInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
|
/frameworks/base/packages/SystemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/ |
D | SampleOverlayPlugin.java | 23 import android.view.ViewTreeObserver.InternalInsetsInfo; 97 inoutInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
|
/frameworks/base/core/java/android/view/ |
D | ViewTreeObserver.java | 237 public final static class InternalInsetsInfo { class in ViewTreeObserver 240 public InternalInsetsInfo() { in InternalInsetsInfo() method in ViewTreeObserver.InternalInsetsInfo 331 InternalInsetsInfo other = (InternalInsetsInfo)o; in equals() 339 void set(InternalInsetsInfo other) { in set() 364 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo); in onComputeInternalInsets() 1295 final void dispatchOnComputeInternalInsets(InternalInsetsInfo inoutInfo) { in dispatchOnComputeInternalInsets()
|
/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/accessibility/floatingmenu/ |
D | MenuMessageView.java | 120 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo inoutInfo) { in onComputeInternalInsets() 121 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
D | MenuView.java | 103 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo inoutInfo) { in onComputeInternalInsets() 104 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
D | MenuViewLayer.java | 400 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo inoutInfo) { in onComputeInternalInsets() 401 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/ |
D | TaskViewTest.java | 462 ViewTreeObserver.InternalInsetsInfo insetsInfo = new ViewTreeObserver.InternalInsetsInfo(); in testSetObscuredTouchRect() 483 ViewTreeObserver.InternalInsetsInfo insetsInfo = new ViewTreeObserver.InternalInsetsInfo(); in testSetObscuredTouchRegion() 622 mTaskView.onComputeInternalInsets(new ViewTreeObserver.InternalInsetsInfo()); in testSetCaptionInsets_noTaskInitially() 634 mTaskView.onComputeInternalInsets(new ViewTreeObserver.InternalInsetsInfo()); in testSetCaptionInsets_noTaskInitially() 654 mTaskView.onComputeInternalInsets(new ViewTreeObserver.InternalInsetsInfo()); in testSetCaptionInsets_withTask()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/ |
D | TaskView.java | 258 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo inoutInfo) { in onComputeInternalInsets() 265 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/ |
D | TouchableRegionViewControllerTest.kt | 76 val inoutInfo = ViewTreeObserver.InternalInsetsInfo() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarTouchableRegionManager.java | 299 private void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) { in onComputeInternalInsets() 306 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | DraggableConstraintLayout.java | 178 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo inoutInfo) { in onComputeInternalInsets() 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 | 267 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo inoutInfo) { in onComputeInternalInsets() 268 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
D | BubbleBarLayerView.java | 159 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo inoutInfo) { in onComputeInternalInsets() 160 inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ImmersiveModeConfirmation.java | 298 ViewTreeObserver.InternalInsetsInfo inoutInfo) { 302 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
|
D | WindowState.java | 32 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT; 33 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME; 34 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION; 35 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE; 476 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME; 6067 mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME; in clearClientTouchableRegion()
|
D | InputMonitor.java | 21 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
D | DragLayout.java | 25 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION; 156 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo inOutInfo) { in onComputeInternalInsets()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ImmersiveModeConfirmation.java | 375 ViewTreeObserver.InternalInsetsInfo inoutInfo) { 379 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 1062 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME; 1069 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT; 1076 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION; 1088 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBar.java | 91 import android.view.ViewTreeObserver.InternalInsetsInfo; 647 info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_FRAME); in NavigationBar() 652 info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_FRAME); in NavigationBar() 659 info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in NavigationBar()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogImpl.java | 450 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo internalInsetsInfo) { in onComputeInternalInsets() 457 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
|