/frameworks/base/core/tests/coretests/src/android/view/ |
D | WindowInsetsTest.java | 62 b.setInsets(sideBars(), Insets.of(0, 0, 0, 100)); in typeMap() 63 b.setInsets(ime(), Insets.of(0, 0, 0, 300)); in typeMap() 82 b.setInsets(sideBars(), Insets.of(0, 0, 0, 100)); in visibility() 83 b.setInsets(ime(), Insets.of(0, 0, 0, 300)); in visibility() 96 b.setInsets(ime(), Insets.of(0, 0, 0, 300)); in consume_doesntChangeVisibility()
|
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 201 private static void setInsets(Insets[] typeInsetsMap, @InsetType int typeMask, Insets insets) { in setInsets() method in WindowInsets 956 WindowInsets.setInsets(mTypeInsetsMap, SYSTEM_GESTURES, insets); in setSystemGestureInsets() 976 WindowInsets.setInsets(mTypeInsetsMap, MANDATORY_SYSTEM_GESTURES, insets); in setMandatorySystemGestureInsets() 991 WindowInsets.setInsets(mTypeInsetsMap, TAPPABLE_ELEMENT, insets); in setTappableElementInsets() 1011 public Builder setInsets(@InsetType int typeMask, @NonNull Insets insets) { in setInsets() method in WindowInsets.Builder 1013 WindowInsets.setInsets(mTypeInsetsMap, typeMask, insets); in setInsets() 1048 WindowInsets.setInsets(mTypeMaxInsetsMap, typeMask, insets); in setMaxInsets()
|
D | IWindowSession.aidl | 141 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets() method
|
D | ViewRootImpl.java | 2659 mWindowSession.setInsets(mWindow, insets.mTouchableInsets, in performTraversals()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskSnapshotSurface.java | 283 mSystemBarBackgroundPainter.setInsets(contentInsets, stableInsets); in setFrames() 528 void setInsets(Rect contentInsets, Rect stableInsets) { in setInsets() method in TaskSnapshotSurface.SystemBarBackgroundPainter
|
D | TaskSnapshotController.java | 397 decorPainter.setInsets(mainWindow.getContentInsets(), mainWindow.getStableInsets()); in drawAppThemeSnapshot()
|
D | Session.java | 216 public void setInsets(IWindow window, int touchableInsets, in setInsets() method in Session
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | EdgeBackGestureHandler.java | 455 public void setInsets(int leftInset, int rightInset) { in setInsets() method in EdgeBackGestureHandler
|
D | NavigationBarView.java | 1130 mEdgeBackGestureHandler.setInsets(leftInset, rightInset); in onApplyWindowInsets()
|
/frameworks/base/services/ |
D | art-profile | 16727 HSPLcom/android/server/wm/Session;->setInsets(Landroid/view/IWindow;ILandroid/graphics/Rect;Landroi… 17046 PLcom/android/server/wm/TaskSnapshotSurface$SystemBarBackgroundPainter;->setInsets(Landroid/graphic…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16274 HSPLandroid/view/IWindowSession$Stub$Proxy;->setInsets(Landroid/view/IWindow;ILandroid/graphics/Rec…
|
D | hiddenapi-greylist-max-o.txt | 80940 Landroid/view/IWindowSession$Stub$Proxy;->setInsets(Landroid/view/IWindow;ILandroid/graphics/Rect;L… 81000 Landroid/view/IWindowSession;->setInsets(Landroid/view/IWindow;ILandroid/graphics/Rect;Landroid/gra…
|