Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java226 assignCompatInsets(typeInsetMap, insets); in createCompatTypeMap()
233 static void assignCompatInsets(Insets[] typeInsetMap, Rect insets) { in assignCompatInsets() method in WindowInsets
939 assignCompatInsets(mTypeInsetsMap, systemWindowInsets.toRect()); in setSystemWindowInsets()
1091 assignCompatInsets(mTypeMaxInsetsMap, stableInsets.toRect()); in setStableInsets()
DInsetsState.java155 WindowInsets.assignCompatInsets(typeInsetsMap, legacyContentInsets); in calculateInsets()
156 WindowInsets.assignCompatInsets(typeMaxInsetsMap, legacyStableInsets); in calculateInsets()