Searched refs:assignCompatInsets (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
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()
|
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 251 assignCompatInsets(typeInsetsMap, insets); in createCompatTypeMap() 259 public static void assignCompatInsets(Insets[] typeInsetsMap, Rect insets) { in assignCompatInsets() method in WindowInsets 1070 assignCompatInsets(mTypeInsetsMap, systemWindowInsets.toRect()); in setSystemWindowInsets() 1229 assignCompatInsets(mTypeMaxInsetsMap, stableInsets.toRect()); in setStableInsets()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 23952 HSPLandroid/view/WindowInsets;->assignCompatInsets([Landroid/graphics/Insets;Landroid/graphics/Rect…
|