Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsConfiguration.java283 public void updateSystemInsets(Rect insets) { in updateSystemInsets() method in RecentsConfiguration
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsView.java316 mConfig.updateSystemInsets(insets.getSystemWindowInsets()); in onApplyWindowInsets()