Home
last modified time | relevance | path

Searched refs:getinsets (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/
DWindowRootView.kt93 layoutInsetsController.getinsets(windowInsets, displayCutout) in onApplyWindowInsets()
136 fun getinsets( in getinsets() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInsetsImpl.java43 public Pair<Integer, Integer> getinsets(@Nullable WindowInsets windowInsets, in getinsets() method in NotificationInsetsImpl