Searched refs:assignCompatInsets (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | WindowInsetsTest.java | 61 WindowInsets.assignCompatInsets(maxInsets, new Rect(0, 10, 0, 0)); in compatInsets_layoutStable() 62 WindowInsets.assignCompatInsets(insets, new Rect(0, 0, 0, 0)); in compatInsets_layoutStable()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | WindowInsets.java | 262 assignCompatInsets(typeInsetsMap, insets); in createCompatTypeMap() 270 public static void assignCompatInsets(Insets[] typeInsetsMap, Rect insets) { in assignCompatInsets() method in WindowInsets 1139 assignCompatInsets(mTypeInsetsMap, systemWindowInsets.toRect()); in setSystemWindowInsets() 1298 assignCompatInsets(mTypeMaxInsetsMap, stableInsets.toRect()); in setStableInsets()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 18871 HSPLandroid/view/WindowInsets;->assignCompatInsets([Landroid/graphics/Insets;Landroid/graphics/Rect…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 18919 HSPLandroid/view/WindowInsets;->assignCompatInsets([Landroid/graphics/Insets;Landroid/graphics/Rect…
|