Searched refs:compatSystemInsets (Results 1 – 3 of 3) sorted by relevance
30 import static android.view.WindowInsets.Type.compatSystemInsets;282 return getInsets(mTypeInsetsMap, compatSystemInsets()); in getSystemWindowInsets()559 return getInsets(mTypeMaxInsetsMap, compatSystemInsets()); in getStableInsets()1274 static @InsetType int compatSystemInsets() { in compatSystemInsets() method in WindowInsets.Type
169 && (toPublicType(type) & Type.compatSystemInsets()) != 0; in calculateInsets()
42763 HSPLandroid/view/WindowInsets$Type;->compatSystemInsets()I